Changed ROM Size to 4MB for the ESP32C3 and added OTA Update Partitions
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user