mirror of https://github.com/arendst/Tasmota.git
Merge branch 'development' into device-waga
This commit is contained in:
commit
b2109c3eab
|
@ -472,7 +472,7 @@ void SettingsLoad(void)
|
||||||
if (Settings.save_flag > save_flag) {
|
if (Settings.save_flag > save_flag) {
|
||||||
save_flag = Settings.save_flag;
|
save_flag = Settings.save_flag;
|
||||||
settings_location = flash_location;
|
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;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue