This commit is contained in:
MichaelDvP
2021-02-23 09:29:23 +01:00
committed by GitHub
parent 0dc0671690
commit 272f67b60d

View File

@@ -373,7 +373,7 @@ void System::show_mem(const char * note) {
// send periodic MQTT message with system information
void System::send_heartbeat() {
// don't send heartbeat if WiFi or MQTT is connected
// don't send heartbeat if WiFi or MQTT is not connected
if (!Mqtt::connected()) {
return;
}