mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
fix mqtt heartbeat #710
This commit is contained in:
@@ -138,10 +138,6 @@ class Mqtt {
|
||||
return mqtt_enabled_;
|
||||
}
|
||||
|
||||
static bool is_connecting() {
|
||||
return connecting_;
|
||||
}
|
||||
|
||||
static std::string base() {
|
||||
return mqtt_base_;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user