remove interval. using mark instead

This commit is contained in:
proddy
2020-06-03 17:28:21 +02:00
parent 85fb40d310
commit 2d1627be3c

View File

@@ -20,7 +20,6 @@
#include "emsesp.h" // for send_raw_telegram() command #include "emsesp.h" // for send_raw_telegram() command
MAKE_PSTR_WORD(syslog) MAKE_PSTR_WORD(syslog)
MAKE_PSTR_WORD(interval)
MAKE_PSTR_WORD(mark) MAKE_PSTR_WORD(mark)
MAKE_PSTR_WORD(level) MAKE_PSTR_WORD(level)
MAKE_PSTR_WORD(host) MAKE_PSTR_WORD(host)
@@ -85,7 +84,6 @@ void System::mqtt_commands(const char * message) {
// restart EMS-ESP // restart EMS-ESP
// mode = safe mode. true to enable on next boot // mode = safe mode. true to enable on next boot
void System::restart(bool mode) { void System::restart(bool mode) {
// check for safe mode // check for safe mode
if (mode) { if (mode) {
LOG_NOTICE("Restarting system in safe mode..."); LOG_NOTICE("Restarting system in safe mode...");