Skip to content

Commit

Permalink
Added custom partition setup
Browse files Browse the repository at this point in the history
  • Loading branch information
tbnobody committed Apr 9, 2022
1 parent 641f881 commit c4d32b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions partitions_custom.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0x140000,
app1, app, ota_1, 0x150000,0x140000,
spiffs, data, spiffs, ,0x50000
1 change: 1 addition & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
platform = espressif32
board = esp32dev
framework = arduino
board_build.partitions = partitions_custom.csv

0 comments on commit c4d32b7

Please sign in to comment.