turn off watch when starting new console

This commit is contained in:
proddy
2020-07-30 21:17:07 +02:00
parent 251fadc2f3
commit d655e50e36

View File

@@ -90,6 +90,7 @@ void EMSESPShell::display_banner() {
// turn off watch // turn off watch
emsesp::EMSESP::watch_id(WATCH_ID_NONE); emsesp::EMSESP::watch_id(WATCH_ID_NONE);
emsesp::EMSESP::watch(EMSESP::WATCH_OFF);
} }
// pre-loads all the console commands into the MAIN context // pre-loads all the console commands into the MAIN context