A weather station based on ESP8266 and BME680.
Go to file
Thomas Kolb 388d8ffc63 Initial commit: basic working version
The firmware currently has the following features:

- Start a webserver on port 80, serving the measurement data as JSON
- Read WLAN credentials from LittleFS
- Asynchronous reading of the BME680 every 10 seconds
2020-11-15 17:41:56 +01:00
data/etc Initial commit: basic working version 2020-11-15 17:41:56 +01:00
include Initial commit: basic working version 2020-11-15 17:41:56 +01:00
lib Initial commit: basic working version 2020-11-15 17:41:56 +01:00
src Initial commit: basic working version 2020-11-15 17:41:56 +01:00
test Initial commit: basic working version 2020-11-15 17:41:56 +01:00
.gitignore Initial commit: basic working version 2020-11-15 17:41:56 +01:00
platformio.ini Initial commit: basic working version 2020-11-15 17:41:56 +01:00