Removed deprecated projects, Added DS5 control

This commit is contained in:
Nis Wechselberg 2017-09-17 16:54:50 +02:00
parent e239197a91
commit 145984c2f8
15 changed files with 368 additions and 567 deletions

View file

@ -0,0 +1,13 @@
// 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 = "esp8266benq"
// MQTT topics
const char* mqtt_topic_power = "benq/power";
const char* mqtt_topic_lamptime = "benq/lamptime";