mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-02-05 08:05:42 +00:00
Improved MQTT stability and changed some defaults
This commit is contained in:
@@ -123,6 +123,7 @@ bool AmsMqttHandler::connect() {
|
||||
}
|
||||
}
|
||||
mqtt.publish(statusTopic, "online", true, 0);
|
||||
mqtt.loop();
|
||||
return true;
|
||||
} else {
|
||||
if (debugger->isActive(RemoteDebug::ERROR)) {
|
||||
|
||||
Reference in New Issue
Block a user