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