mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2026-03-30 17:02:12 +02:00
Fix esp32c3 build
This commit is contained in:
parent
bc4972c2ac
commit
233d6abe62
2 changed files with 8 additions and 2 deletions
|
|
@ -12,7 +12,7 @@
|
|||
default_envs = esp32devdbg
|
||||
|
||||
[env]
|
||||
platform = espressif32
|
||||
platform = espressif32 @ 5.4.0
|
||||
framework = arduino
|
||||
lib_deps =
|
||||
bblanchon/ArduinoJson@^7.2.2
|
||||
|
|
@ -25,7 +25,7 @@ extra_scripts =
|
|||
post:archive_elf.py
|
||||
board_build.partitions = huge_app.csv
|
||||
board_build.filesystem = littlefs
|
||||
build_flags =
|
||||
build_flags =
|
||||
-DCORE_DEBUG_LEVEL=3
|
||||
-DCONFIG_ESP_COREDUMP_ENABLE_TO_FLASH=1
|
||||
-DCONFIG_ESP_COREDUMP_DATA_FORMAT_ELF=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue