fix mqtt heartbeat #710

This commit is contained in:
proddy
2021-02-22 12:41:12 +01:00
parent 40e22038f7
commit 0dc0671690
3 changed files with 5 additions and 10 deletions

View File

@@ -138,10 +138,6 @@ class Mqtt {
return mqtt_enabled_;
}
static bool is_connecting() {
return connecting_;
}
static std::string base() {
return mqtt_base_;
}