diff --git a/examples/simple-broker/simple-broker.ino b/examples/simple-broker/simple-broker.ino index bf88923..1b054bd 100644 --- a/examples/simple-broker/simple-broker.ino +++ b/examples/simple-broker/simple-broker.ino @@ -35,7 +35,7 @@ void setup() Serial << '.'; 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(); Console << "Broker ready : " << WiFi.localIP() << " on port " << PORT << endl;