ESP8266WeatherStation/.gitignore
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

9 lines
119 B
Plaintext

.pio
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch
data/etc/*
!data/etc/.*