mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2026-01-28 21:30:44 +03:00
Improve MQTT connection handling (#1462)
* modify mqtt init at startup + after disconnection * mqtt_init only when not initialized * Minor udapte * Apply suggestions from code review Co-authored-by: CaCO3 <caco3@ruinelli.ch> * Correct typo Co-authored-by: CaCO3 <caco3@ruinelli.ch>
This commit is contained in:
@@ -71,6 +71,7 @@ public:
|
||||
|
||||
t_CNNType GetTypeDigital();
|
||||
t_CNNType GetTypeAnalog();
|
||||
bool StartMQTTService();
|
||||
|
||||
int CleanTempFolder();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user