mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
turn off watch when starting new shell session
This commit is contained in:
@@ -88,6 +88,9 @@ void EMSESPShell::display_banner() {
|
||||
|
||||
// load the list of commands
|
||||
add_console_commands();
|
||||
|
||||
// turn off watch
|
||||
emsesp::EMSESP::watch_id(WATCH_ID_NONE);
|
||||
}
|
||||
|
||||
// pre-loads all the console commands into the MAIN context
|
||||
|
||||
Reference in New Issue
Block a user