diff --git a/platformio_core_defs.ini b/platformio_core_defs.ini index 3a0525bf2..98cc0bb71 100644 --- a/platformio_core_defs.ini +++ b/platformio_core_defs.ini @@ -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 diff --git a/platformio_esp32_envs.ini b/platformio_esp32_envs.ini index 48ac28dbf..17d48d377 100644 --- a/platformio_esp32_envs.ini +++ b/platformio_esp32_envs.ini @@ -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