Fix noota partition table

This commit is contained in:
Michael Ehrenreich
2020-05-20 00:15:14 +02:00
parent ddfe0d34a1
commit db00a6fa42

View File

@@ -2,4 +2,4 @@
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0x250000,
spiffs, data, spiffs, 0x260000, 0x250000,
spiffs, data, spiffs, 0x260000, 0x1a0000,
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 0x250000
5 spiffs data spiffs 0x260000 0x250000 0x1a0000