Skip to content

Commit

Permalink
* try to fix #52
Browse files Browse the repository at this point in the history
  • Loading branch information
lumapu committed May 23, 2022
1 parent f41e76d commit 01f1fab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/esp8266/defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
//-------------------------------------
#define VERSION_MAJOR 0
#define VERSION_MINOR 4
#define VERSION_PATCH 8
#define VERSION_PATCH 9


//-------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions tools/esp8266/mqtt.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ class mqtt {
}

void loop() {
if(!mClient->connected())
reconnect();
//if(!mClient->connected())
// reconnect();
mClient->loop();
}

Expand Down

0 comments on commit 01f1fab

Please sign in to comment.