We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b56e3bf + 7ebc044 commit 00a6466Copy full SHA for 00a6466
1 file changed
src/ArduinoIoTCloudTCP.cpp
@@ -273,6 +273,7 @@ ArduinoIoTCloudTCP::State ArduinoIoTCloudTCP::handle_SyncTime()
273
return State::ConnectMqttBroker;
274
}
275
276
+ DEBUG_ERROR("ArduinoIoTCloudTCP::%s could not get valid time. Retrying now.", __FUNCTION__);
277
return State::ConnectPhy;
278
279
0 commit comments