mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-13 08:56:38 +02:00
* try to fix #52
This commit is contained in:
parent
f41e76df1b
commit
01f1fab27f
2 changed files with 3 additions and 3 deletions
|
@ -59,8 +59,8 @@ class mqtt {
|
|||
}
|
||||
|
||||
void loop() {
|
||||
if(!mClient->connected())
|
||||
reconnect();
|
||||
//if(!mClient->connected())
|
||||
// reconnect();
|
||||
mClient->loop();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue