mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 10:46:31 +00:00
Merge pull request #10648 from emontnemery/patch-4
Attempt to fix broken settings without filesystem
This commit is contained in:
commit
5871ceaa1d
@ -512,7 +512,7 @@ void SettingsSave(uint8_t rotate)
|
||||
TasmotaGlobal.stop_flash_rotate = 1;
|
||||
}
|
||||
if (2 == rotate) { // Use eeprom flash slot and erase next flash slots if stop_flash_rotate is off (default)
|
||||
settings_location = FLASH_EEPROM_START;
|
||||
settings_location = FLASH_EEPROM_START + 1;
|
||||
}
|
||||
if (TasmotaGlobal.stop_flash_rotate) {
|
||||
settings_location = FLASH_EEPROM_START;
|
||||
|
Loading…
x
Reference in New Issue
Block a user