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 5404b82 commit 2b11b7eCopy full SHA for 2b11b7e
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 NETWORK_CONFIGURATOR_ENABLED
279
+ DEBUG_INFO("Network Configurator: %s", ANetworkConfigurator_LIB_VERSION);
280
+#endif
281
}
282
283
void ArduinoIoTCloudTCP::disconnect() {
0 commit comments