We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a121ae commit 93d6fa8Copy full SHA for 93d6fa8
src/ArduinoIoTCloudTCP.cpp
@@ -469,6 +469,7 @@ ArduinoIoTCloudTCP::State ArduinoIoTCloudTCP::handle_WaitDeviceConfig()
469
/* Configuration not received or device not attached to a valid thing. Try to resubscribe */
470
if (_mqttClient.unsubscribe(_deviceTopicIn))
471
{
472
+ DEBUG_ERROR("ArduinoIoTCloudTCP::%s device waiting for valid thing_id", __FUNCTION__);
473
return State::SubscribeDeviceTopic;
474
}
475
0 commit comments