partitions update
This commit is contained in:
parent
059662c1e0
commit
9b76f8fc1c
|
|
@ -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,
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ platform = espressif32 @ 6.3.1
|
||||||
framework = arduino
|
framework = arduino
|
||||||
lib_ldf_mode = deep+
|
lib_ldf_mode = deep+
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
board_build.partitions = partitions.csv
|
board_build.partitions = huge_app.csv
|
||||||
monitor_filters = esp32_exception_decoder
|
monitor_filters = esp32_exception_decoder
|
||||||
lib_deps =
|
lib_deps =
|
||||||
lewisxhe/XPowersLib@^0.1.8
|
lewisxhe/XPowersLib@^0.1.8
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue