simple-client typo

This commit is contained in:
Francois BIOT
2022-12-04 02:00:50 +01:00
parent 0569bc6000
commit 7af8e46b59

View File

@@ -55,7 +55,7 @@ void setup()
Serial << "Connected to " << ssid << "IP address: " << WiFi.localIP() << endl;
client.connect(BROKER, BROKER_PORT); // Put here your broker ip / port
client.connect(BROKER, BROKER_PORT);
}
void loop()