Skip to content

Commit

Permalink
Remove OTA partitions
Browse files Browse the repository at this point in the history
This gives us more memory for firmware while sacrificing OTA
functionality in the 4 MB Capyboard prototype.
  • Loading branch information
realcharmer committed Jun 5, 2024
1 parent 932a944 commit 454ab8a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions partitions.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0x1E0000,
app1, app, ota_1, 0x1F0000, 0x1E0000,
spiffs, data, spiffs, 0x3D0000, 0x30000,
nvs, data, nvs, 0x9000, 0x5000
app0, app, factory, 0x10000, 0x3C0000
spiffs, data, spiffs, 0x3D0000, 0x30000

0 comments on commit 454ab8a

Please sign in to comment.