led-controller/include/config.h.example

9 lines
214 B
Text
Raw Normal View History

2020-01-17 16:07:34 +00:00
#define MQTT_TOPIC_START "led1"
#define MQTT_USER ""
#define MQTT_PASS ""
#define MQTT_BROKER "mqtt.example.com"
#define MQTT_CLIENT_ID "LED-Schrank-1"
const char* SSID = "WIFISSID";
const char* PSK = "WIFIPASS";