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