updated examples and timeout to reflect arduino.cc certificate change

This commit is contained in:
Noah Laptop 2019-06-10 10:30:06 -07:00
parent 28e1555e76
commit f4561d0415
3 changed files with 85 additions and 83 deletions

View file

@ -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);
}
//========================================