* 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

@ -16,7 +16,7 @@
//------------------------------------- //-------------------------------------
#define VERSION_MAJOR 0 #define VERSION_MAJOR 0
#define VERSION_MINOR 4 #define VERSION_MINOR 4
#define VERSION_PATCH 8 #define VERSION_PATCH 9
//------------------------------------- //-------------------------------------

View file

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