From ded3a2ce33fcc450211e92dd3e0aada748d2b909 Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 17 Nov 2019 19:27:34 +0100 Subject: [PATCH] small text change --- src/MyESP.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MyESP.cpp b/src/MyESP.cpp index 6b3a9ff96..c903d84f7 100644 --- a/src/MyESP.cpp +++ b/src/MyESP.cpp @@ -1454,7 +1454,7 @@ void MyESP::_heartbeatCheck(bool force = false) { last_heartbeat = millis(); #ifdef MYESP_DEBUG - _printHeap("Heartbeat"); + _printHeap("HEARTBEAT"); #endif if (!isMQTTConnected() || !(_mqtt_heartbeat)) { return;