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 c35be6f commit c9cd3f5Copy full SHA for c9cd3f5
src/ArduinoIoTCloudTCP.cpp
@@ -559,6 +559,7 @@ ArduinoIoTCloudTCP::State ArduinoIoTCloudTCP::handle_SubscribeThingTopics()
559
}
560
561
DEBUG_INFO("Connected to Arduino IoT Cloud");
562
+ DEBUG_INFO("Thing ID: %s", getThingId().c_str());
563
execCloudEventCallback(ArduinoIoTCloudEvent::CONNECT);
564
_deviceSubscribedToThing = true;
565
0 commit comments