Skip to content

Commit c300878

Browse files
committed
OTA: increase blocking download window to 2s
1 parent 59fff5f commit c300878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ota/interface/OTAInterfaceDefault.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class OTADefaultCloudProcessInterface: public OTACloudProcessInterface {
5151

5252
// The amount of time that each iteration of Fetch has to take at least
5353
// This mitigate the issues arising from tasks run in main loop that are using all the computing time
54-
static constexpr uint32_t downloadTime = 100;
54+
static constexpr uint32_t downloadTime = 2000;
5555

5656
enum OTADownloadState: uint8_t {
5757
OtaDownloadHeader,

0 commit comments

Comments
 (0)