We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 474eda4 commit 684b5b0Copy full SHA for 684b5b0
src/ArduinoIoTCloudTCP.cpp
@@ -659,18 +659,19 @@ ArduinoIoTCloudTCP::State ArduinoIoTCloudTCP::handle_Connected()
659
sendOTAErrorToCloud();
660
}
661
662
+
663
+ /* Check if we have received the OTA_URL property and provide
664
+ * echo to the cloud.
665
+ */
666
+ sendOTAUrlToCloud();
667
668
#endif /* OTA_ENABLED */
669
670
/* Check if any properties need encoding and send them to
671
* the cloud if necessary.
672
*/
673
sendThingPropertiesToCloud();
674
- /* Check if we have received the OTA_URL property and provide
- * echo to the cloud.
- */
- sendOTAUrlToCloud();
-
675
unsigned long const internal_posix_time = _time_service.getTime();
676
if(internal_posix_time < _tz_dst_until) {
677
return State::Connected;
0 commit comments