updated examples and timeout to reflect arduino.cc certificate change
This commit is contained in:
parent
28e1555e76
commit
f4561d0415
3 changed files with 85 additions and 83 deletions
|
@ -75,7 +75,7 @@ public:
|
|||
{
|
||||
// set the timeout to a reasonable number (it can always be changes later)
|
||||
// SSL Connections take a really long time so we don't want to time out a legitimate thing
|
||||
setTimeout(10 * 1000);
|
||||
setTimeout(30 * 1000);
|
||||
}
|
||||
|
||||
//========================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue