reduced sizes so all executable code stays below 8mb

This commit is contained in:
2025-06-22 17:36:59 +02:00
parent 04849162cd
commit ea60d804b3
3 changed files with 11 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
nvs, data, nvs, , 16k,
otadata, data, ota, , 8k,
phy_init, data, phy, , 4k,
ota_0, app, ota_0, , 5632k,
ota_1, app, ota_1, , 5632k,
storage, data, spiffs, , 5000k,
ota_0, app, ota_0, , 3968k,
ota_1, app, ota_0, , 3968k,
storage, data, spiffs, , 8M,
1 nvs data nvs 16k
2 otadata data ota 8k
3 phy_init data phy 4k
4 ota_0 app ota_0 5632k 3968k
5 ota_1 app ota_1 ota_0 5632k 3968k
6 storage data spiffs 5000k 8M