Compare commits

..

1 commit

Author SHA1 Message Date
adf6b38bfb add will message on <device>/status topic, so status is always available even when offline.
add wifi/bssid topic to track which AP is connected
fix reconnect breaking out of loop
2024-12-04 15:44:02 +01:00

View file

@ -77,7 +77,7 @@ void mqttTask(void *pvParameters)
{ {
// reconnect // reconnect
if (!connectMqtt()) if (!connectMqtt())
return; continue;
} }
if (hasLightLevel()) if (hasLightLevel())