prevent heartbeat with standalone

This commit is contained in:
proddy
2020-11-14 15:41:24 +01:00
parent b51dfae718
commit 992f325078

View File

@@ -245,10 +245,10 @@ void System::upload_status(bool in_progress) {
// checks system health and handles LED flashing wizardry // checks system health and handles LED flashing wizardry
void System::loop() { void System::loop() {
#ifndef EMSESP_STANDALONE #ifndef EMSESP_STANDALONE
if (syslog_enabled_) { if (syslog_enabled_) {
syslog_.loop(); syslog_.loop();
} }
#endif
led_monitor(); // check status and report back using the LED led_monitor(); // check status and report back using the LED
system_check(); // check system health system_check(); // check system health
@@ -272,6 +272,9 @@ void System::loop() {
} }
#endif #endif
#endif #endif
#endif
} }
void System::show_mem(const char * note) { void System::show_mem(const char * note) {