Fix 4MB 1MB FS partition table
This commit is contained in:
parent
c831d62bc3
commit
b73aaecd22
@ -2,6 +2,10 @@
|
||||
|
||||
### Builds after release 0.12.0
|
||||
|
||||
#### Build 2106200
|
||||
|
||||
- Added 2 Ethernet boards and split Ethernet configs into separate file
|
||||
|
||||
#### Build 2106180
|
||||
|
||||
- Fixed DOS on Chrome tab restore causing reboot
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Name, Type, SubType, Offset, Size, Flags
|
||||
nvs, data, nvs, 0x9000, 0x5000,
|
||||
otadata, data, ota, 0xe000, 0x2000,
|
||||
app0, app, ota_0, 0x10000, 0x17B000,
|
||||
app1, app, ota_1, 0x18B000,0x17B000,
|
||||
spiffs, data, spiffs, 0x306000,0x0FA000,
|
||||
app0, app, ota_0, 0x10000, 0x180000,
|
||||
app1, app, ota_1, 0x190000,0x180000,
|
||||
spiffs, data, spiffs, 0x310000,0xF0000,
|
|
Loading…
Reference in New Issue
Block a user