mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-31 06:36:33 +00:00
Fix stop flash rotate functionality
Fix stop flash rotate functionality
This commit is contained in:
parent
79e001caae
commit
de41a88bec
@ -472,7 +472,7 @@ void SettingsLoad(void)
|
||||
if (Settings.save_flag > save_flag) {
|
||||
save_flag = Settings.save_flag;
|
||||
settings_location = flash_location;
|
||||
if (Settings.flag.stop_flash_rotate) {
|
||||
if (Settings.flag.stop_flash_rotate && (0 == i)) { // Stop only if eeprom area should be used and it is valid
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user