Skip to content

Commit 6182300

Browse files
committed
Merge branch 'ssltimeout' of github.com:d-a-v/Arduino into ssltimeout
2 parents 19420e0 + 1e0cfff commit 6182300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/ESP8266HTTPClient/examples/BasicHttpsClient/BasicHttpsClient.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ void loop() {
6060
#endif
6161

6262
HTTPClient https;
63-
https.setWalTime(10000); // do not exceed 10s while getting data
63+
https.setWallTime(10000); // do not exceed 10s while getting data
6464
client->setWallTime(20000); // do not exceed 20s during handshake
6565

6666
// Try to reduce RAM footprint when SSL server allows it

0 commit comments

Comments
 (0)