diff --git a/src/system.cpp b/src/system.cpp index c14498f4e..9b92f1c51 100644 --- a/src/system.cpp +++ b/src/system.cpp @@ -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; }