Added ota hostname
This commit is contained in:
parent
b32b5dbdee
commit
001219c80e
11 changed files with 329 additions and 16 deletions
16
ESP8266-MQTT-MagicBox/ESP8266-MQTT-MagicBox.h.template
Normal file
16
ESP8266-MQTT-MagicBox/ESP8266-MQTT-MagicBox.h.template
Normal file
|
@ -0,0 +1,16 @@
|
|||
// WiFi configuration
|
||||
const char* ssid = "http://kiel.freifunk.net/";
|
||||
const char* password = "";
|
||||
|
||||
// OTA Hostname
|
||||
const char* ota_hostname = "MagicBox";
|
||||
|
||||
// MQTT Broker
|
||||
const char* mqtt_server = "broker.mqtt-dashboard.com";
|
||||
|
||||
// Device identification
|
||||
const char* mqtt_device = "magicBox";
|
||||
|
||||
// MQTT topics
|
||||
const char* mqtt_topic_port = "magicBox/port";
|
||||
const char* mqtt_topic_portState = "magicBox/portState";
|
Loading…
Add table
Add a link
Reference in a new issue