This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "Aberdeen City", | |
"country": "Scotland" | |
}, | |
{ | |
"name": "Aberdeenshire", | |
"country": "Scotland" | |
}, | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Example of the different modes of the X.509 validation options | |
// in the WiFiClientBearSSL object | |
// | |
// Mar 2018 by Earle F. Philhower, III | |
// Released to the public domain | |
#include <ESP8266WiFi.h> | |
#include <time.h> | |
const char *ssid = "..."; |