We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59fff5f commit c300878Copy full SHA for c300878
src/ota/interface/OTAInterfaceDefault.h
@@ -51,7 +51,7 @@ class OTADefaultCloudProcessInterface: public OTACloudProcessInterface {
51
52
// The amount of time that each iteration of Fetch has to take at least
53
// 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;
+ static constexpr uint32_t downloadTime = 2000;
55
56
enum OTADownloadState: uint8_t {
57
OtaDownloadHeader,
0 commit comments