diff --git a/README.md b/README.md new file mode 100644 index 0000000..80c7fb5 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +## build +```bash +apt install libmosquitto-dev +cp config.h.example config.h +# edit config.h +make +``` diff --git a/config.h.example b/config.h.example new file mode 100644 index 0000000..426d097 --- /dev/null +++ b/config.h.example @@ -0,0 +1,2 @@ +#define MQTT_USER1 "" +#define MQTT_PASS ""