mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 08:49:52 +03:00
typo
This commit is contained in:
@@ -410,7 +410,7 @@ void Console::start() {
|
|||||||
shell = std::make_shared<EMSESPStreamConsole>(serial_console_, true);
|
shell = std::make_shared<EMSESPStreamConsole>(serial_console_, true);
|
||||||
shell->maximum_log_messages(100); // default is 50
|
shell->maximum_log_messages(100); // default is 50
|
||||||
shell->start();
|
shell->start();
|
||||||
shell->log_level(uuid::log::Level::DEBUG); // order is: err, warning, notice, info, trace, debug, all
|
shell->log_level(uuid::log::Level::DEBUG); // order is: err, warning, notice, info, debug, trace, all
|
||||||
|
|
||||||
#if defined(EMSESP_STANDALONE)
|
#if defined(EMSESP_STANDALONE)
|
||||||
shell->add_flags(CommandFlags::ADMIN);
|
shell->add_flags(CommandFlags::ADMIN);
|
||||||
|
|||||||
Reference in New Issue
Block a user