File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -659,18 +659,19 @@ ArduinoIoTCloudTCP::State ArduinoIoTCloudTCP::handle_Connected()
659
659
sendOTAErrorToCloud ();
660
660
}
661
661
}
662
+
663
+ /* Check if we have received the OTA_URL property and provide
664
+ * echo to the cloud.
665
+ */
666
+ sendOTAUrlToCloud ();
667
+
662
668
#endif /* OTA_ENABLED */
663
669
664
670
/* Check if any properties need encoding and send them to
665
671
* the cloud if necessary.
666
672
*/
667
673
sendThingPropertiesToCloud ();
668
674
669
- /* Check if we have received the OTA_URL property and provide
670
- * echo to the cloud.
671
- */
672
- sendOTAUrlToCloud ();
673
-
674
675
unsigned long const internal_posix_time = _time_service.getTime ();
675
676
if (internal_posix_time < _tz_dst_until) {
676
677
return State::Connected;
You can’t perform that action at this time.
0 commit comments