added readme and config example
config example might missing config examples... ?! :D
This commit is contained in:
parent
080cfc8230
commit
8c819ba562
7
README.md
Normal file
7
README.md
Normal 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
2
config.h.example
Normal file
@ -0,0 +1,2 @@
|
||||
#define MQTT_USER1 "<user>"
|
||||
#define MQTT_PASS "<pass>"
|
Loading…
x
Reference in New Issue
Block a user