optional partition layout for 2MB boards
useful for small -C3 boards with 2MB flash memory only. Based on suggestions from https://github.com/Aircoookie/WLED/pull/2951 . Needs `-D WLED_DISABLE_OTA` as OTA is not possible with 2MB. RAM: [== ] 22.5% (used 73724 bytes from 327680 bytes) Flash: [========= ] 94.9% (used 1492020 bytes from 1572864 bytes)
This commit is contained in:
5
tools/WLED_ESP32_2MB_noOTA.csv
Normal file
5
tools/WLED_ESP32_2MB_noOTA.csv
Normal file
@@ -0,0 +1,5 @@
|
||||
# Name, Type, SubType, Offset, Size, Flags
|
||||
nvs, data, nvs, 0x9000, 20K,
|
||||
otadata, data, ota, 0xe000, 8K,
|
||||
app0, app, ota_0, 0x10000, 1536K,
|
||||
spiffs, data, spiffs, 0x190000, 384K,
|
||||
|
Reference in New Issue
Block a user