Convert partition table to hex, update WebUI
This commit is contained in:
parent
031b506fed
commit
981895d315
2 changed files with 7 additions and 7 deletions
2
data
2
data
|
@ -1 +1 @@
|
|||
Subproject commit de99a221d688949da0d95e2f9df2da5ba77f5c0d
|
||||
Subproject commit f0fa58b5ea60f695aeaae9ddd7138cbb3686e96a
|
|
@ -1,7 +1,7 @@
|
|||
# Name, Type, SubType, Offset, Size, Flags
|
||||
nvs, data, nvs, 36K, 20K,
|
||||
otadata, data, ota, 56K, 8K,
|
||||
app0, app, ota_0, 64K, 1760K,
|
||||
app1, app, ota_1, , 1760K,
|
||||
spiffs, data, spiffs, , 410K,
|
||||
coredump, data, coredump,, 64K,
|
||||
nvs, data, nvs, 0x9000, 0x5000,
|
||||
otadata, data, ota, 0xe000, 0x2000,
|
||||
app0, app, ota_0, 0x10000, 0x1b8000,
|
||||
app1, app, ota_1, , 0x1b8000,
|
||||
spiffs, data, spiffs, , 0x66800,
|
||||
coredump, data, coredump,, 0x10000,
|
|
Loading…
Reference in a new issue