summaryrefslogtreecommitdiff
path: root/config.example.h
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2026-01-15 11:28:16 +0100
committerYuval Adam <_@yuv.al>2026-01-15 11:28:16 +0100
commit7f36a29aa97919fdf394b19cb325a900800fb080 (patch)
treecd3ad05632411e77fbee16893875b965e0c8d89a /config.example.h
parentfd7c017a6fab43eb1e6fbc39a36b716359a4dc29 (diff)
Wifi mqtt and config
Diffstat (limited to 'config.example.h')
-rw-r--r--config.example.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.example.h b/config.example.h
new file mode 100644
index 0000000..07eb416
--- /dev/null
+++ b/config.example.h
@@ -0,0 +1,9 @@
+// Copy this file to config.h and fill in your values
+
+#define WIFI_SSID "your-wifi-ssid"
+
+#define MQTT_HOST "mqtt.example.com"
+#define MQTT_PORT 8883
+#define MQTT_USER "your-username"
+#define MQTT_PASS "your-password"
+#define MQTT_TOPIC "your/topic"