Skip to content

Instantly share code, notes, and snippets.

@ShawnHymel
ShawnHymel / webthings-temperature-node.ino
Created February 8, 2020 18:58
Mozilla WebThings - ESP8266 Temperature Sensor (Arduino)
/**
* Mozilla WebThings BME280 example
* Date: August 25, 2019
* Author: Shawn Hymel
*
* Notes:
* - Install ArduinoJSON latest v5 (not v6!)
* - Install ESPAsyncTCP
*/