mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-01-30 10:39:12 +03:00
remove passing mqtt client to function
This commit is contained in:
@@ -59,8 +59,7 @@ struct MqttMessage {
|
||||
class Mqtt {
|
||||
public:
|
||||
void loop();
|
||||
|
||||
void start(AsyncMqttClient * mqttClient);
|
||||
void start();
|
||||
|
||||
void set_publish_time(uint16_t publish_time);
|
||||
void set_qos(uint8_t mqtt_qos);
|
||||
|
||||
Reference in New Issue
Block a user