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
|
#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...");
|
||||||
|
|||||||
Reference in New Issue
Block a user