Compare commits

..

1 Commits

Author SHA1 Message Date
8c819ba562 added readme and config example
config example might missing config examples... ?! :D
2024-09-15 21:49:17 +02:00
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>"