mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 11:46:31 +00:00
add missing #
This commit is contained in:
parent
9fcdada673
commit
8ad5a1a1d1
@ -626,7 +626,7 @@ void SettingsSave(uint8_t rotate) {
|
|||||||
Settings->cfg_crc32 = GetSettingsCrc32();
|
Settings->cfg_crc32 = GetSettingsCrc32();
|
||||||
#ifdef USE_COUNTER
|
#ifdef USE_COUNTER
|
||||||
CounterInterruptDisable(true);
|
CounterInterruptDisable(true);
|
||||||
endif
|
#endif
|
||||||
#ifdef ESP8266
|
#ifdef ESP8266
|
||||||
#ifdef USE_UFILESYS
|
#ifdef USE_UFILESYS
|
||||||
TfsSaveFile(TASM_FILE_SETTINGS, (const uint8_t*)Settings, sizeof(TSettings));
|
TfsSaveFile(TASM_FILE_SETTINGS, (const uint8_t*)Settings, sizeof(TSettings));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user