Renamed mqtt rgb control
This commit is contained in:
parent
aeef952908
commit
e6c9adff81
3 changed files with 1 additions and 1 deletions
|
@ -1,15 +0,0 @@
|
|||
// 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_name = "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";
|
Loading…
Add table
Add a link
Reference in a new issue