Changed ROM Size to 4MB for the ESP32C3 and added OTA Update Partitions

This commit is contained in:
2025-04-15 17:36:05 +02:00
parent 185587cdb6
commit d3b6e63cdb
2 changed files with 13 additions and 7 deletions
+6
View File
@@ -0,0 +1,6 @@
nvs, data, nvs, 0x9000, 0x4000
otadata, data, ota, 0xd000, 0x2000
phy_init, data, phy, 0xf000, 0x1000
ota_0, app, ota_0, 0x10000, 1900K
ota_1, app, ota_1, , 1900K
nvs_data, data, nvs, , 200K
1 nvs data nvs 0x9000 0x4000
2 otadata data ota 0xd000 0x2000
3 phy_init data phy 0xf000 0x1000
4 ota_0 app ota_0 0x10000 1900K
5 ota_1 app ota_1 1900K
6 nvs_data data nvs 200K