Loglevel up to full debugging. ;-)

This commit is contained in:
Fabian Schlenz 2022-08-22 13:55:57 +02:00
parent 7dcb0cb673
commit 3718f45983
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=3 -DCONFIG_ARDUHAL_LOG_COLORS=1 ; !./build_version.sh
build_flags = -DCORE_DEBUG_LEVEL=5 -DCONFIG_ARDUHAL_LOG_COLORS=1 ; !./build_version.sh
lib_deps =
${extra.lib_deps}
esphome/ESP32-audioI2S@^2.1.0