From c257fd696ce343b1f9da8e7c86d68c48ced0af88 Mon Sep 17 00:00:00 2001 From: Hendrik Langer Date: Fri, 9 Aug 2019 18:44:54 +0200 Subject: [PATCH] disable debugging --- platformio.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platformio.ini b/platformio.ini index 2a40a72..1af159f 100644 --- a/platformio.ini +++ b/platformio.ini @@ -18,9 +18,9 @@ board = lolin_d32_pro board_build.f_cpu = 160000000L build_flags = - -DLOG_DEFAULT_LEVEL=ESP_LOG_VERBOSE - -DLOG_LOCAL_LEVEL=ESP_LOG_VERBOSE - -DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_VERBOSE +; -DLOG_DEFAULT_LEVEL=ESP_LOG_VERBOSE +; -DLOG_LOCAL_LEVEL=ESP_LOG_VERBOSE +; -DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_VERBOSE ; -DBOARD_HAS_PSRAM ; -mfix-esp32-psram-cache-issue -DWIFI_SSID="\"${sysenv.WIFI_SSID}\""