13 lines
351 B
Text
13 lines
351 B
Text
// 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";
|