mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
typo
This commit is contained in:
@@ -373,7 +373,7 @@ void System::show_mem(const char * note) {
|
|||||||
|
|
||||||
// send periodic MQTT message with system information
|
// send periodic MQTT message with system information
|
||||||
void System::send_heartbeat() {
|
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()) {
|
if (!Mqtt::connected()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user