Skip to content

Commit

Permalink
Debug build flash partition table
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jeremypoulter committed Jul 17, 2022
1 parent 01b079e commit 1aba1c8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions min_spiffs_debug.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0x3C0000,
spiffs, data, spiffs, 0x3D0000,0x30000,

0 comments on commit 1aba1c8

Please sign in to comment.