diff --git a/src/main_arduino.cpp b/src/main_arduino.cpp index b597442a..3e12f9aa 100644 --- a/src/main_arduino.cpp +++ b/src/main_arduino.cpp @@ -139,7 +139,7 @@ IRAM_ATTR void loop() #endif // GPIO #if HASP_USE_MQTT > 0 - mqttClient.loop(); // mqttLoop(); + mqttLoop(); #endif // haspDevice.loop();