Quick Fix for MQTT Init Problem

This commit is contained in:
jomjol
2022-12-04 15:12:20 +01:00
parent 85905a7045
commit a122b37c81
5 changed files with 31 additions and 2 deletions

View File

@@ -21,4 +21,6 @@ void MQTTregisterSubscribeFunction(std::string topic, std::function<bool(std::st
void MQTTdestroySubscribeFunction();
void MQTTconnected();
void MQTTdisable();
#endif //INTERFACE_MQTT_H