fix bug in simple-broker example

This commit is contained in:
Francois BIOT
2022-12-03 21:27:03 +01:00
parent cf724507e9
commit c4edfb6e40

View File

@@ -35,7 +35,7 @@ void setup()
Serial << '.'; Serial << '.';
delay(500); delay(500);
} }
Connect << TinyConsole::green << "Connected to " << ssid << "IP address: " << WiFi.localIP() << endl; Console << TinyConsole::green << "Connected to " << ssid << "IP address: " << WiFi.localIP() << endl;
broker.begin(); broker.begin();
Console << "Broker ready : " << WiFi.localIP() << " on port " << PORT << endl; Console << "Broker ready : " << WiFi.localIP() << " on port " << PORT << endl;