forked from espressif/arduino-esp32
Implement ESP_LOGx override option
Usable for library developers who write code not dependent on Arduino. Adding 3 lines to the includes will permit their debug messages to be visible in Arduino IDE or when enabled under IDF
This commit is contained in:
@ -126,6 +126,7 @@ CONFIG_ARDUHAL_LOG_DEFAULT_LEVEL_DEBUG=
|
||||
CONFIG_ARDUHAL_LOG_DEFAULT_LEVEL_VERBOSE=
|
||||
CONFIG_ARDUHAL_LOG_DEFAULT_LEVEL=1
|
||||
CONFIG_ARDUHAL_LOG_COLORS=
|
||||
CONFIG_ARDUHAL_ESP_LOG=y
|
||||
CONFIG_AUTOCONNECT_WIFI=
|
||||
CONFIG_AWS_IOT_SDK=
|
||||
CONFIG_BT_ENABLED=y
|
||||
|
Reference in New Issue
Block a user