From 7f36a29aa97919fdf394b19cb325a900800fb080 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Thu, 15 Jan 2026 11:28:16 +0100 Subject: Wifi mqtt and config --- config.example.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config.example.h (limited to 'config.example.h') 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" -- cgit v1.3.1