mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
fix debug error
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user