Less debugging messages.

This commit is contained in:
Fabian Schlenz 2022-08-22 08:51:29 +02:00
parent cf433a48b2
commit 6989248970
1 changed files with 1 additions and 1 deletions

View File

@ -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