partitions update

This commit is contained in:
richonguzman 2024-02-24 11:56:59 -03:00
parent 059662c1e0
commit 9b76f8fc1c
2 changed files with 1 additions and 7 deletions

View File

@ -1,6 +0,0 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0x200000,
spiffs, data, spiffs, 0x210000,0x1E0000,
coredump, data, coredump,0x3F0000,0x10000,
1 # Name Type SubType Offset Size Flags
2 nvs data nvs 0x9000 0x5000
3 otadata data ota 0xe000 0x2000
4 app0 app ota_0 0x10000 0x200000
5 spiffs data spiffs 0x210000 0x1E0000
6 coredump data coredump 0x3F0000 0x10000

View File

@ -16,7 +16,7 @@ platform = espressif32 @ 6.3.1
framework = arduino
lib_ldf_mode = deep+
monitor_speed = 115200
board_build.partitions = partitions.csv
board_build.partitions = huge_app.csv
monitor_filters = esp32_exception_decoder
lib_deps =
lewisxhe/XPowersLib@^0.1.8