added readme and config example

config example might missing config examples... ?! :D
This commit is contained in:
damage 2024-09-15 21:49:17 +02:00
parent 080cfc8230
commit 8c819ba562
2 changed files with 9 additions and 0 deletions

7
README.md Normal file
View File

@ -0,0 +1,7 @@
## build
```bash
apt install libmosquitto-dev
cp config.h.example config.h
# edit config.h
make
```

2
config.h.example Normal file
View File

@ -0,0 +1,2 @@
#define MQTT_USER1 "<user>"
#define MQTT_PASS "<pass>"