mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-27 19:57:38 +00:00
Another fix
This commit is contained in:
@@ -356,6 +356,7 @@ void MQTTConnect()
|
||||
MQTTclient.subscribe(subscribeTo);
|
||||
Serial.print(F("Subscribed to: "));
|
||||
Serial.println(subscribeTo);
|
||||
break; // end loop if succesfull
|
||||
}
|
||||
else
|
||||
Serial.println(F("MQTT : Failed to connected to broker"));
|
||||
|
||||
Reference in New Issue
Block a user