mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-15 02:54:26 +00:00
[ESP32] Force SDK log level to NONE
This commit is contained in:
@@ -153,6 +153,6 @@ build_flags =
|
||||
|
||||
|
||||
[core_esp32_stage]
|
||||
platform = espressif32
|
||||
platform_packages = platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git
|
||||
platform = https://github.com/platformio/platform-espressif32.git#feature/arduino-idf-master
|
||||
platform_packages = framework-arduinoespressif32 @ https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/424/framework-arduinoespressif32-master-cdcf92440.tar.gz
|
||||
build_flags = -DESP32_STAGE
|
||||
|
||||
@@ -25,6 +25,7 @@ build_flags = ${core_esp32_3_3_2.build_flags}
|
||||
-DCONFIG_LWIP_ESP_GRATUITOUS_ARP
|
||||
-DCONFIG_LWIP_GARP_TMR_INTERVAL=30
|
||||
-fno-strict-aliasing
|
||||
-DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_NONE
|
||||
monitor_filters = esp32_exception_decoder
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user