mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
small text change
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user