Skip to content

Instantly share code, notes, and snippets.

View NiteBlock's full-sized avatar
🏠
Working from home

Nite NiteBlock

🏠
Working from home
View GitHub Profile
#include <Arduino.h>
#include <ArduinoJson.h>
#include <ESP8266WiFi.h>
#include <ESP8266WiFiMulti.h>
#include <ESP8266HTTPClient.h>
#include <Adafruit_NeoPixel.h>
#include <WiFiClientSecureBearSSL.h>
// Fingerprint expires soon, needs to be updated
const uint8_t fingerprint[20] = {0x08, 0x3b, 0x71, 0x72, 0x02, 0x43, 0x6E, 0xCA, 0xED, 0x42, 0x86, 0x93, 0xBA, 0x7E, 0xDF, 0x81, 0xC4, 0xBC, 0x62, 0x30};
@NiteBlock
NiteBlock / post
Last active July 23, 2019 08:53
Arduino code that lets you accsess heroku site
#include <Arduino.h>
#include <ArduinoJson.h>
#include <ESP8266WiFi.h>
#include <ESP8266WiFiMulti.h>
#include <ESP8266HTTPClient.h>
#include <Adafruit_Sensor.h>
#include <DHT.h>
#include <DHT_U.h>
#include <WiFiClientSecureBearSSL.h>
// Fingerprint expires soon, needs to be updated