'CONFIG_LOG_DEFAULT_LEVEL' was not declared in this scope
Posted: Wed Mar 06, 2019 10:28 am
Hi everyone,
I'm trying to flash the code into ESP32-WROOM-32D using MingW terminal.
I got following type of errors:
C:/Users/e0507632/Desktop/PXGreen/pxgreen_esp32/submoduleESP32/components/log/include/esp_log.h:115:26: error: 'CONFIG_LOG_DEFAULT_LEVEL' was not declared in this scope
#define LOG_LOCAL_LEVEL CONFIG_LOG_DEFAULT_LEVEL
How to tackle with this problem?
Thank you in advance
I'm trying to flash the code into ESP32-WROOM-32D using MingW terminal.
I got following type of errors:
C:/Users/e0507632/Desktop/PXGreen/pxgreen_esp32/submoduleESP32/components/log/include/esp_log.h:115:26: error: 'CONFIG_LOG_DEFAULT_LEVEL' was not declared in this scope
#define LOG_LOCAL_LEVEL CONFIG_LOG_DEFAULT_LEVEL
How to tackle with this problem?
Thank you in advance