mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2026-03-30 17:02:12 +02:00
Added OTA partition 1.5MB per app. Fixed s3 wrong partition for spiffs
This commit is contained in:
parent
4a1df4dd67
commit
aa81b95bee
5 changed files with 13 additions and 17 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue