We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd4c09d commit 7ebc044Copy full SHA for 7ebc044
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