Skip to content

Commit

Permalink
Merge pull request #311 from SukuWc/patch-2
Browse files Browse the repository at this point in the history
SUKU use 'app' type field instead of numeric 0 (4MB partition table)
  • Loading branch information
hathach authored Apr 12, 2023
2 parents 5565a2d + b3b4bdd commit 09b709c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ports/espressif/partitions-4MB.csv
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

nvs, data, nvs, 0x9000, 20K,
otadata, data, ota, 0xe000, 8K,
ota_0, 0, ota_0, 0x10000, 1408K,
ota_1, 0, ota_1, 0x170000, 1408K,
ota_0, app, ota_0, 0x10000, 1408K,
ota_1, app, ota_1, 0x170000, 1408K,
uf2, app, factory,0x2d0000, 256K,
ffat, data, fat, 0x310000, 960K,

0 comments on commit 09b709c

Please sign in to comment.