Use mqttLoop();

This commit is contained in:
fvanroie 2022-04-20 14:13:56 +02:00
parent 8d8b2a194f
commit 90d55a5cdf

View File

@ -139,7 +139,7 @@ IRAM_ATTR void loop()
#endif // GPIO
#if HASP_USE_MQTT > 0
mqttClient.loop(); // mqttLoop();
mqttLoop();
#endif
// haspDevice.loop();