// 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"