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