Skip to content
Snippets Groups Projects
Commit dd8f80f4 authored by schneider's avatar schneider Committed by schneider
Browse files

app: make it 8 MiB

parent 4f682a76
No related branches found
No related tags found
No related merge requests found
...@@ -7,5 +7,5 @@ ...@@ -7,5 +7,5 @@
nvs, data, nvs, 0x9000, 0x6000, nvs, data, nvs, 0x9000, 0x6000,
phy_init, data, phy, 0xf000, 0x1000, phy_init, data, phy, 0xf000, 0x1000,
# 512KiB gap for recovery app. # 512KiB gap for recovery app.
app, app, factory, 0x90000, 0x300000, app, app, factory, 0x90000, 0x800000,
vfs, data, fat, 0x390000, 0xc70000, vfs, data, fat, 0x890000, 0x770000,
...@@ -4,5 +4,5 @@ ...@@ -4,5 +4,5 @@
nvs, data, nvs, 0x9000, 0x6000, nvs, data, nvs, 0x9000, 0x6000,
phy_init, data, phy, 0xf000, 0x1000, phy_init, data, phy, 0xf000, 0x1000,
recovery, app, factory, 0x10000, 0x80000, recovery, app, factory, 0x10000, 0x80000,
app, app, ota_0, 0x90000, 0x300000, app, app, ota_0, 0x90000, 0x800000,
vfs, data, fat, 0x390000, 0xc70000, vfs, data, fat, 0x890000, 0x770000,
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment