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 d84f1e7 commit d82205eCopy full SHA for d82205e
libraries/HTTPUpdate/examples/httpUpdateSecure/httpUpdateSecure.ino
@@ -96,7 +96,7 @@ void loop() {
96
client.setCACert(rootCACertificate);
97
98
// Reading data over SSL may be slow, use an adequate timeout
99
- client.setTimeout(12000);
+ client.setTimeout(12000 / 1000); // timeout argument is defined in seconds for setTimeout
100
101
// The line below is optional. It can be used to blink the LED on the board during flashing
102
// The LED will be on during download of one buffer of data from the network. The LED will
0 commit comments