mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
remove interval. using mark instead
This commit is contained in:
@@ -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...");
|
||||
|
||||
Reference in New Issue
Block a user