From 272f67b60df76585ad17df15a95ad8425de5e785 Mon Sep 17 00:00:00 2001 From: MichaelDvP <59284019+MichaelDvP@users.noreply.github.com> Date: Tue, 23 Feb 2021 09:29:23 +0100 Subject: [PATCH] typo --- src/system.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }