Configure build and paritions to fully use our dev hardware

This commit is contained in:
jacqueline
2022-10-05 10:13:21 +11:00
parent f6f4903442
commit 7f89d4bf2a
2 changed files with 577 additions and 34 deletions
+6
View File
@@ -0,0 +1,6 @@
# ESP-IDF Partition Table
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 24k,
otadata, data, ota, 0xf000, 8k,
ota_0, app, ota_0, 0x20000, 7M,
ota_1, app, ota_1, , 7M,
1 # ESP-IDF Partition Table
2 # Name, Type, SubType, Offset, Size, Flags
3 nvs, data, nvs, 0x9000, 24k,
4 otadata, data, ota, 0xf000, 8k,
5 ota_0, app, ota_0, 0x20000, 7M,
6 ota_1, app, ota_1, , 7M,