mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
changed comments
This commit is contained in:
@@ -95,7 +95,7 @@ void Mqtt::subscribe(const uint8_t device_type, const std::string & topic, mqtt_
|
||||
|
||||
// register in our libary with the callback function.
|
||||
// We store the original topic string without base
|
||||
// TODO check if ok to remove the std::move(topic)
|
||||
// removed std::move(topic) in 3.7.0-dev.43
|
||||
mqtt_subfunctions_.emplace_back(device_type, topic, cb);
|
||||
|
||||
if (!enabled() || !connected()) {
|
||||
|
||||
Reference in New Issue
Block a user