mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
remove base() as it's unused
This commit is contained in:
@@ -138,10 +138,6 @@ class Mqtt {
|
|||||||
return discovery_prefix_ + "/";
|
return discovery_prefix_ + "/";
|
||||||
}
|
}
|
||||||
|
|
||||||
static void base(const char * base) {
|
|
||||||
mqtt_base_ = base;
|
|
||||||
}
|
|
||||||
|
|
||||||
static uint32_t publish_count() {
|
static uint32_t publish_count() {
|
||||||
return mqtt_message_id_;
|
return mqtt_message_id_;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user