// WiFi configuration const char* ssid = "http://kiel.freifunk.net/"; const char* password = ""; // MQTT Broker const char* mqtt_server = "broker.mqtt-dashboard.com"; // Device identification const char* mqtt_device = "esp8266client" // MQTT topics const char* mqtt_topic_power = "esp8266client/power"; const char* mqtt_topic_color = "esp8266client/color"; const char* mqtt_topic_breathe = "esp8266client/breathe"; const char* mqtt_topic_cycle = "esp8266client/cycle";