From d2198ad8b6482381c7431d7efa21412168329bb8 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Fri, 17 Jul 2020 18:40:06 +0200 Subject: [PATCH] Fix esp32 compile error --- tasmota/settings.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasmota/settings.ino b/tasmota/settings.ino index 39b1249ad..2e8852ae5 100644 --- a/tasmota/settings.ino +++ b/tasmota/settings.ino @@ -174,11 +174,11 @@ const uint32_t SPIFFS_END = ((uint32_t)&_FS_end - 0x40200000) / SPI_FLASH_SEC_SI #endif // AUTOFLASHSIZE -#endif // All cores < pre-2.6.0 - // Version 4.2 config = eeprom area const uint32_t SETTINGS_LOCATION = SPIFFS_END; // No need for SPIFFS as it uses EEPROM area +#endif // ESP8266 + // Version 5.2 allow for more flash space const uint8_t CFG_ROTATES = 8; // Number of flash sectors used (handles uploads)