Replaced tabs by spaces
This commit is contained in:
@@ -230,7 +230,7 @@ class MqttClient
|
||||
uint32_t ms=millis();
|
||||
Console << indent << "+-- " << '\'' << clientId.c_str() << "' " << (connected() ? " ON " : " OFF");
|
||||
Console << ", alive=" << alive << '/' << ms << ", ka=" << keep_alive << ' ';
|
||||
if (client)
|
||||
if (client)
|
||||
{
|
||||
if (client->connected())
|
||||
Console << TinyConsole::green << "connected";
|
||||
|
||||
Reference in New Issue
Block a user