From d655e50e36fab9722bac21451ff1b3230d3db312 Mon Sep 17 00:00:00 2001 From: proddy Date: Thu, 30 Jul 2020 21:17:07 +0200 Subject: [PATCH] turn off watch when starting new console --- src/console.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/console.cpp b/src/console.cpp index a4ede0465..c594e5ba2 100644 --- a/src/console.cpp +++ b/src/console.cpp @@ -90,6 +90,7 @@ void EMSESPShell::display_banner() { // turn off watch emsesp::EMSESP::watch_id(WATCH_ID_NONE); + emsesp::EMSESP::watch(EMSESP::WATCH_OFF); } // pre-loads all the console commands into the MAIN context