Skip to content

Instantly share code, notes, and snippets.

@aaron-neal
aaron-neal / uk-counties.json
Last active October 16, 2025 09:25 — forked from nickhough/uk-counties.json
JSON United Kingdom Counties with Abbreviation and Country
[
{
"name": "Aberdeen City",
"country": "Scotland"
},
{
"name": "Aberdeenshire",
"country": "Scotland"
},
{
@aaron-neal
aaron-neal / bearSSl.ino
Created September 19, 2018 14:45
bearSSL and Letsencrypt test
// 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 = "...";