mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-28 04:07:47 +00:00
The last update to > 0.12 increased the binary size a lot. This is mainly due to the added BLE support. This makes it almost impossible to use the default partition table layout. This changes the app partitions to 1.8 MB and reduces the SPIFFS to 320 k. Changing the partition table will clear all settings, so make a backup of the settings. Also added all plugins that would compile (not tested) for ESP32. Known issue: ESP32 might crash due to stack overflow when saving settings of plugins. (e.g. OLED framed plugin)
303 B
303 B
| 1 | # Name | Type | SubType | Offset | Size | Flags |
|---|---|---|---|---|---|---|
| 2 | nvs | data | nvs | 0x9000 | 0x5000 | |
| 3 | otadata | data | ota | 0xe000 | 0x2000 | |
| 4 | app0 | app | ota_0 | 0x10000 | 0x1D0000 | |
| 5 | app1 | app | ota_1 | 0x1E0000 | 0x1D0000 | |
| 6 | eeprom | data | 0x99 | 0x3B0000 | 0x1000 | |
| 7 | spiffs | data | spiffs | 0x3B1000 | 0x4F000 |