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:
commit
388d8ffc63
9 changed files with 391 additions and 0 deletions
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal 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/.*
|
||||
Loading…
Add table
Add a link
Reference in a new issue