Compare commits

..

1 commit

Author SHA1 Message Date
a2217bf52b 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
2024-12-04 11:32:08 +01:00

View file

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