From 59de8c05ea9541362b276a747eee6409fb7d5b27 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Thu, 21 Jan 2021 08:56:41 +0100 Subject: [PATCH] Attempt to fix broken settings --- tasmota/settings.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/settings.ino b/tasmota/settings.ino index e91023348..8f8b45149 100644 --- a/tasmota/settings.ino +++ b/tasmota/settings.ino @@ -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;