Skip to content

Instantly share code, notes, and snippets.

View torntrousers's full-sized avatar

Anthony Elder torntrousers

  • Crypto Quantique
View GitHub Profile
#include <ESP8266WiFi.h>
#include <ESP8266WiFiMulti.h>
#include <ESP8266HTTPClient.h>
#include <PubSubClient.h>
//-------- Customise these values -----------
const char* homeSSID = "BTHub5-72W5";
const char* homePswd = "<homePswd>";
{
"ignition": { "version": "3.3.0" },
"passwd": {
"users": [
{
"name": "ant",
"sshAuthorizedKeys": [
"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDR8CQ1gFb+QGkzDdAfNYq2rRRFL54rV9Kjo7bnTg2s5ovD57BrNNo4iw/qj48FIbLQ5CgUNv4KZsQhuZ2UL+FMYZWpbtapvilsgLMZGUVeX7diZLY9lOAJLuU8roG0vmSimq5xy0+zEcrEsCdlgu87gtK475z7+19FpdhuG/9xMpL9rGAaSUBDl0vzk6vbiRhMb1vvYv+oGsq8I9TAZK3mf90PoQdcmeekv+whiiWf0V74Po0jq1yU8Tn8Vqtipc3rDqOp4WqLV9DUatgky4dknQ+hytWe6Ybe3WRQmSRPp5wqpEAa5aXGbd7WJ8rcvM+yVbGaBA9cEj1HYjQgRLsZ administrator@CQ-LAP-000001"
]
}