From 8c819ba5626ad9ab48edee3eb24c309f2aa71392 Mon Sep 17 00:00:00 2001 From: damage Date: Sun, 15 Sep 2024 21:49:17 +0200 Subject: [PATCH] added readme and config example config example might missing config examples... ?! :D --- README.md | 7 +++++++ config.h.example | 2 ++ 2 files changed, 9 insertions(+) create mode 100644 README.md create mode 100644 config.h.example 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 ""