Skip to content

Commit 2b11b7e

Browse files
pennamfabik111
authored andcommitted
TCP: add NetworkConfigurator version to printDebugInfo
1 parent 5404b82 commit 2b11b7e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ArduinoIoTCloudTCP.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,9 @@ void ArduinoIoTCloudTCP::printDebugInfo()
275275
DEBUG_INFO("***** Arduino IoT Cloud - %s *****", AIOT_CONFIG_LIB_VERSION);
276276
DEBUG_INFO("Device ID: %s", getDeviceId().c_str());
277277
DEBUG_INFO("MQTT Broker: %s:%d", _brokerAddress.c_str(), _brokerPort);
278+
#if NETWORK_CONFIGURATOR_ENABLED
279+
DEBUG_INFO("Network Configurator: %s", ANetworkConfigurator_LIB_VERSION);
280+
#endif
278281
}
279282

280283
void ArduinoIoTCloudTCP::disconnect() {

0 commit comments

Comments
 (0)