mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
add reset_mqtt function
This commit is contained in:
@@ -147,9 +147,7 @@ class Mqtt {
|
||||
return mqtt_publish_fails_;
|
||||
}
|
||||
|
||||
static void reset_publish_fails() {
|
||||
mqtt_publish_fails_ = 0;
|
||||
}
|
||||
static void reset_mqtt();
|
||||
|
||||
static uint8_t ha_climate_format() {
|
||||
return ha_climate_format_;
|
||||
|
||||
Reference in New Issue
Block a user