mirror of https://github.com/arendst/Tasmota.git
add missing #
This commit is contained in:
parent
9fcdada673
commit
8ad5a1a1d1
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue