mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 11:46:31 +00:00
Attempt to fix broken settings
This commit is contained in:
parent
15b41881d8
commit
59de8c05ea
@ -512,7 +512,7 @@ void SettingsSave(uint8_t rotate)
|
|||||||
TasmotaGlobal.stop_flash_rotate = 1;
|
TasmotaGlobal.stop_flash_rotate = 1;
|
||||||
}
|
}
|
||||||
if (2 == rotate) { // Use eeprom flash slot and erase next flash slots if stop_flash_rotate is off (default)
|
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) {
|
if (TasmotaGlobal.stop_flash_rotate) {
|
||||||
settings_location = FLASH_EEPROM_START;
|
settings_location = FLASH_EEPROM_START;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user