From a8043b8d654e5b07a27327332c383c0aa4a87189 Mon Sep 17 00:00:00 2001 From: Christian Ambach Date: Wed, 31 Oct 2018 16:54:45 +0100 Subject: [PATCH] set log level for LOG_LOCAL_LEVEL otherwise log functions like ESP_LOG_BUFFER_HEXDUMP will not use the defined log level Signed-off-by: Christian Ambach --- platformio.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/platformio.ini b/platformio.ini index a21e5d4a..8d08dbb2 100644 --- a/platformio.ini +++ b/platformio.ini @@ -58,6 +58,7 @@ build_flags = -w '-DARDUINO_LMIC_PROJECT_CONFIG_H=../../../src/lmic_config.h' '-DCORE_DEBUG_LEVEL=${common.debug_level}' + '-DLOG_LOCAL_LEVEL=${common.debug_level}' '-DBINTRAY_PACKAGE="${PIOENV}"' '-DPROGVERSION="${common.release_version}"'