mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-03 08:28:20 +02:00
fix ESP32 compile
This commit is contained in:
parent
9cedb41ff4
commit
2610f1adfb
1 changed files with 2 additions and 1 deletions
|
@ -175,8 +175,9 @@ class PubMqtt {
|
|||
break;
|
||||
if(!mClient.connected())
|
||||
break;
|
||||
|
||||
#if defined(ESP8266)
|
||||
mClient.loop();
|
||||
#endif
|
||||
yield();
|
||||
} while(1);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue