We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf9c57c commit d33f129Copy full SHA for d33f129
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