We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b9ffe6 commit 424c16fCopy full SHA for 424c16f
src/ArduinoIoTCloudTCP.cpp
@@ -275,6 +275,9 @@ void ArduinoIoTCloudTCP::printDebugInfo()
275
DEBUG_INFO("***** Arduino IoT Cloud - %s *****", AIOT_CONFIG_LIB_VERSION);
276
DEBUG_INFO("Device ID: %s", getDeviceId().c_str());
277
DEBUG_INFO("MQTT Broker: %s:%d", _brokerAddress.c_str(), _brokerPort);
278
+#if defined (HAS_NETWORK_CONFIGURATOR)
279
+ DEBUG_INFO("Network Configurator: %s", ANetworkConfigurator_LIB_VERSION);
280
+#endif
281
}
282
283
void ArduinoIoTCloudTCP::disconnect() {
0 commit comments