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.
2 parents 19420e0 + 1e0cfff commit 6182300Copy full SHA for 6182300
libraries/ESP8266HTTPClient/examples/BasicHttpsClient/BasicHttpsClient.ino
@@ -60,7 +60,7 @@ void loop() {
60
#endif
61
62
HTTPClient https;
63
- https.setWalTime(10000); // do not exceed 10s while getting data
+ https.setWallTime(10000); // do not exceed 10s while getting data
64
client->setWallTime(20000); // do not exceed 20s during handshake
65
66
// Try to reduce RAM footprint when SSL server allows it
0 commit comments