diff options
Diffstat (limited to 'config.example.h')
| -rw-r--r-- | config.example.h | 9 |
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" |
