* try to fix #52

This commit is contained in:
lumapu 2022-05-23 20:31:21 +02:00
parent f41e76df1b
commit 01f1fab27f
2 changed files with 3 additions and 3 deletions

View file

@ -59,8 +59,8 @@ class mqtt {
}
void loop() {
if(!mClient->connected())
reconnect();
//if(!mClient->connected())
// reconnect();
mClient->loop();
}