This commit is contained in:
Proddy
2022-11-29 21:14:31 +01:00
parent c9ef0bcd7b
commit d6a8563cc7
3 changed files with 7 additions and 7 deletions

View File

@@ -77,7 +77,7 @@ class System {
bool check_upgrade();
bool heartbeat_json(JsonObject & output);
void send_heartbeat();
void send_info_mqtt(const char * event_str);
void send_info_mqtt(const char * event_str, bool send_ntp = false);
bool syslog_enabled() {
return syslog_enabled_;