This commit is contained in:
2024-05-31 17:33:19 +02:00
commit 8003c1f01a
3 changed files with 140 additions and 0 deletions

7
config.h.example Normal file
View File

@ -0,0 +1,7 @@
#define WLAN_SSID "foo"
#define WLAN_PASS "bar"
#define MQTT_SERVER "example.org"
#define MQTT_PORT 1883
#define MQTT_USERNAME "baz"
#define MQTT_PASSWORD "moep"