mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Use mqttLoop();
This commit is contained in:
parent
8d8b2a194f
commit
90d55a5cdf
@ -139,7 +139,7 @@ IRAM_ATTR void loop()
|
||||
#endif // GPIO
|
||||
|
||||
#if HASP_USE_MQTT > 0
|
||||
mqttClient.loop(); // mqttLoop();
|
||||
mqttLoop();
|
||||
#endif
|
||||
|
||||
// haspDevice.loop();
|
||||
|
Loading…
x
Reference in New Issue
Block a user