Initial version that does nothing but replies to the /metrics endpoint

This commit is contained in:
2021-01-14 18:29:24 +01:00
commit 2f210d3db6
4 changed files with 144 additions and 0 deletions

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# Modular Weather Station
## Compiling
Copy the file `config.h.sample` to `config.h` and edit the parameters within.
You can either compile the whole sketch from within the Arduino IDE or, if you are familiar with the CLI, you can use the official [Arduino CLI tools](https://arduino.github.io/arduino-cli/):
```
arduino-cli compile -b --fqbn esp8266:esp8266:nodemcuv2 /path/to/the/sketch /path/to/the/sketch/build
```