Code cleaning

This commit is contained in:
hsaturn
2021-03-28 21:29:02 +02:00
parent 7d9ab6381d
commit 3bb2dd5a81
3 changed files with 3 additions and 3 deletions

View File

@@ -160,7 +160,7 @@ class MqttClient
Serial << "MqttClient (" << clientId.c_str() << ") p=" << (int32_t) parent
<< " c=" << (int32_t)client << (connected() ? " ON " : " OFF");
Serial << ", alive=" << (uint32_t)alive << '/' << ms << ", ka=" << keep_alive;
Serial << " cnx " << (client && client->connected());
Serial << (client && client->connected() ? "" : "dis") << "connected";
message.hexdump("entrant msg");
bool c=false;
Serial << " [";