turn off watch when starting new shell session

This commit is contained in:
proddy
2020-06-26 13:03:06 +02:00
parent 4bea741958
commit 8bfa71fb0f

View File

@@ -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