mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
disable mqtt function
This commit is contained in:
@@ -151,6 +151,10 @@ class Mqtt {
|
|||||||
return mqtt_enabled_;
|
return mqtt_enabled_;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static void enabled(bool mqtt_enabled) {
|
||||||
|
mqtt_enabled_ = mqtt_enabled;
|
||||||
|
}
|
||||||
|
|
||||||
static std::string base() {
|
static std::string base() {
|
||||||
return mqtt_base_;
|
return mqtt_base_;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user