From 69892489709f3cf5a1f18485d101544415f7f7c3 Mon Sep 17 00:00:00 2001 From: Fabian Schlenz Date: Mon, 22 Aug 2022 08:51:29 +0200 Subject: [PATCH] Less debugging messages. --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 7b81aee..2cef77b 100644 --- a/platformio.ini +++ b/platformio.ini @@ -19,7 +19,7 @@ platform = espressif32 board = esp-wrover-kit framework = arduino upload_speed = 921600 -build_flags = -DCORE_DEBUG_LEVEL=5 -DCONFIG_ARDUHAL_LOG_COLORS=1 ; !./build_version.sh +build_flags = -DCORE_DEBUG_LEVEL=3 -DCONFIG_ARDUHAL_LOG_COLORS=1 ; !./build_version.sh lib_deps = ${extra.lib_deps} esphome/ESP32-audioI2S@^2.1.0