fix debug error

This commit is contained in:
proddy
2020-08-05 22:40:25 +02:00
parent 5ddeaa3f94
commit 5a4b670f7b

View File

@@ -526,9 +526,11 @@ void Console::start() {
shell->start(); shell->start();
#endif #endif
#ifndef ESP8266
#if defined(EMSESP_DEBUG) #if defined(EMSESP_DEBUG)
shell->log_level(uuid::log::Level::DEBUG); // order is: err, warning, notice, info, debug, trace, all shell->log_level(uuid::log::Level::DEBUG); // order is: err, warning, notice, info, debug, trace, all
#endif #endif
#endif
#if defined(EMSESP_STANDALONE) #if defined(EMSESP_STANDALONE)
// always start in su/admin mode when running tests // always start in su/admin mode when running tests