be able to set mqtt base

This commit is contained in:
proddy
2021-11-02 10:41:39 +01:00
parent 7cba52d77e
commit e6a44c9c82

View File

@@ -156,6 +156,10 @@ class Mqtt {
return mqtt_base_;
}
static void base(const char * base) {
mqtt_base_ = base;
}
static uint16_t publish_count() {
return mqtt_message_id_;
}