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
This commit is contained in:
Thomas Kolb 2020-11-15 17:41:56 +01:00
commit 388d8ffc63
9 changed files with 391 additions and 0 deletions

8
.gitignore vendored Normal file
View file

@ -0,0 +1,8 @@
.pio
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch
data/etc/*
!data/etc/.*