mirror of
https://github.com/esphome/esphome.git
synced 2025-09-07 05:42:20 +01:00
esp32 fix
This commit is contained in:
@@ -266,8 +266,7 @@ static const LogString *const LOG_LEVELS[] = {
|
||||
reinterpret_cast<const LogString *>(LOG_LEVEL_VERBOSE), reinterpret_cast<const LogString *>(LOG_LEVEL_VERY_VERBOSE),
|
||||
};
|
||||
#else
|
||||
static const LogString *const LOG_LEVELS[] = {"NONE", "ERROR", "WARN", "INFO",
|
||||
"CONFIG", "DEBUG", "VERBOSE", "VERY_VERBOSE"};
|
||||
static const char *const LOG_LEVELS[] = {"NONE", "ERROR", "WARN", "INFO", "CONFIG", "DEBUG", "VERBOSE", "VERY_VERBOSE"};
|
||||
#endif
|
||||
|
||||
void Logger::dump_config() {
|
||||
|
Reference in New Issue
Block a user