Update platform to espressif32 @ 6.13.0. SSID scan interval increased to 10 minutes to offload ESP.

This commit is contained in:
cjkas 2026-04-04 19:58:38 +02:00
parent b785dc2967
commit 3a3ce2ae6a
2 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@
default_envs = esp32devdbg
[env]
platform = espressif32 @ 5.4.0
platform = espressif32 @ 6.13.0
framework = arduino
lib_deps =
bblanchon/ArduinoJson@^7.2.2
@ -26,7 +26,7 @@ extra_scripts =
board_build.filesystem = littlefs
build_flags =
-DCORE_DEBUG_LEVEL=1
-DCORE_DEBUG_LEVEL=3
-DCONFIG_ESP_COREDUMP_ENABLE_TO_FLASH=1
-DCONFIG_ESP_COREDUMP_DATA_FORMAT_ELF=1
-DCONFIG_ESP_COREDUMP_CHECKSUM_CRC32=1