File tree 1 file changed +2
-0
lines changed 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -224,6 +224,7 @@ ArduinoIoTCloudTCP::State ArduinoIoTCloudTCP::handle_SubscribeMqttTopics()
224
224
if (!_mqttClient.subscribe (_dataTopicIn))
225
225
{
226
226
DBG_ERROR (F (" ArduinoIoTCloudTCP::%s could not subscribe to %s" ), __FUNCTION__, _dataTopicIn.c_str ());
227
+ DBG_ERROR (F (" Check your thing configuration, and press the reset button on your board." ));
227
228
return State::SubscribeMqttTopics;
228
229
}
229
230
@@ -232,6 +233,7 @@ ArduinoIoTCloudTCP::State ArduinoIoTCloudTCP::handle_SubscribeMqttTopics()
232
233
if (!_mqttClient.subscribe (_shadowTopicIn))
233
234
{
234
235
DBG_ERROR (F (" ArduinoIoTCloudTCP::%s could not subscribe to %s" ), __FUNCTION__, _shadowTopicIn.c_str ());
236
+ DBG_ERROR (F (" Check your thing configuration, and press the reset button on your board." ));
235
237
return State::SubscribeMqttTopics;
236
238
}
237
239
}
You can’t perform that action at this time.
0 commit comments