mirror of https://github.com/arendst/Tasmota.git
Fix esp32 compile error
This commit is contained in:
parent
7d0d9b7782
commit
d2198ad8b6
|
@ -174,11 +174,11 @@ const uint32_t SPIFFS_END = ((uint32_t)&_FS_end - 0x40200000) / SPI_FLASH_SEC_SI
|
||||||
|
|
||||||
#endif // AUTOFLASHSIZE
|
#endif // AUTOFLASHSIZE
|
||||||
|
|
||||||
#endif // All cores < pre-2.6.0
|
|
||||||
|
|
||||||
// Version 4.2 config = eeprom area
|
// Version 4.2 config = eeprom area
|
||||||
const uint32_t SETTINGS_LOCATION = SPIFFS_END; // No need for SPIFFS as it uses 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
|
// Version 5.2 allow for more flash space
|
||||||
const uint8_t CFG_ROTATES = 8; // Number of flash sectors used (handles uploads)
|
const uint8_t CFG_ROTATES = 8; // Number of flash sectors used (handles uploads)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue