Added OTA partition 1.5MB per app. Fixed s3 wrong partition for spiffs

This commit is contained in:
cjkas 2026-03-29 21:10:02 +02:00
parent 4a1df4dd67
commit aa81b95bee
5 changed files with 13 additions and 17 deletions

View file

@ -23,10 +23,10 @@ lib_deps =
extra_scripts =
pre:minify.py
post:archive_elf.py
board_build.partitions = huge_app.csv
board_build.filesystem = littlefs
build_flags =
-DCORE_DEBUG_LEVEL=3
-DCORE_DEBUG_LEVEL=1
-DCONFIG_ESP_COREDUMP_ENABLE_TO_FLASH=1
-DCONFIG_ESP_COREDUMP_DATA_FORMAT_ELF=1
-DCONFIG_ESP_COREDUMP_CHECKSUM_CRC32=1
@ -40,13 +40,16 @@ monitor_filters =
[env:esp32dev]
board = esp32dev
board_build.partitions = esp32_3MB.csv
[env:esp32devdbg]
board = esp32dev
build_type = debug
board_build.partitions = esp32_3MB.csv
[env:esp32c3]
board = esp32-c3-devkitm-1
board_build.partitions = esp32_3MB.csv
[env:esp32s3]
board = esp32-s3-devkitc-1