From 2d1627be3cb1bc650ca96de8f85cf393fbef5d4e Mon Sep 17 00:00:00 2001 From: proddy Date: Wed, 3 Jun 2020 17:28:21 +0200 Subject: [PATCH] remove interval. using mark instead --- src/system.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/system.cpp b/src/system.cpp index eacf4075b..d9dc6e478 100644 --- a/src/system.cpp +++ b/src/system.cpp @@ -20,7 +20,6 @@ #include "emsesp.h" // for send_raw_telegram() command MAKE_PSTR_WORD(syslog) -MAKE_PSTR_WORD(interval) MAKE_PSTR_WORD(mark) MAKE_PSTR_WORD(level) MAKE_PSTR_WORD(host) @@ -85,7 +84,6 @@ void System::mqtt_commands(const char * message) { // restart EMS-ESP // mode = safe mode. true to enable on next boot void System::restart(bool mode) { - // check for safe mode if (mode) { LOG_NOTICE("Restarting system in safe mode...");