Merge branch 'development' into device-waga

This commit is contained in:
netpok 2019-02-01 14:56:28 +01:00
commit b2109c3eab
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}