blob: 07eb416bcdbb9ef49b6e5648af8e1185f4333eb6 (
plain)
1
2
3
4
5
6
7
8
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"
|