Skip to content

Commit 1aba1c8

Browse files
committed
Debug build flash partition table
The current debug build is too big to be flashed with space left for OTA so this partition table removed the OTA partition. Only for use in dev builds
1 parent 01b079e commit 1aba1c8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

min_spiffs_debug.csv

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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, 0x3C0000,
5+
spiffs, data, spiffs, 0x3D0000,0x30000,

0 commit comments

Comments
 (0)