small text change

This commit is contained in:
Paul
2019-11-17 19:27:34 +01:00
parent a8ce0e23e1
commit ded3a2ce33

View File

@@ -1454,7 +1454,7 @@ void MyESP::_heartbeatCheck(bool force = false) {
last_heartbeat = millis(); last_heartbeat = millis();
#ifdef MYESP_DEBUG #ifdef MYESP_DEBUG
_printHeap("Heartbeat"); _printHeap("HEARTBEAT");
#endif #endif
if (!isMQTTConnected() || !(_mqtt_heartbeat)) { if (!isMQTTConnected() || !(_mqtt_heartbeat)) {
return; return;