From 8ad5a1a1d1d0b4db370f8bd47aea20c455f279b0 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Fri, 25 Feb 2022 20:44:33 +0100 Subject: [PATCH] add missing # --- tasmota/settings.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/settings.ino b/tasmota/settings.ino index e41374d32..0a9ec1c9c 100644 --- a/tasmota/settings.ino +++ b/tasmota/settings.ino @@ -626,7 +626,7 @@ void SettingsSave(uint8_t rotate) { Settings->cfg_crc32 = GetSettingsCrc32(); #ifdef USE_COUNTER CounterInterruptDisable(true); -endif +#endif #ifdef ESP8266 #ifdef USE_UFILESYS TfsSaveFile(TASM_FILE_SETTINGS, (const uint8_t*)Settings, sizeof(TSettings));