add config.json preset

This commit is contained in:
interfisch 2018-02-01 22:18:58 +01:00
parent 281a9041e7
commit 699f1e12e7
1 changed files with 16 additions and 0 deletions

16
config.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "esp-videoswitcher",
"device_id": "esp-videoswitcher",
"wifi": {
"ssid": "",
"password": ""
},
"mqtt": {
"host": "raum.ctdo.de",
"port": 1883,
"auth": false
},
"ota": {
"enabled": false
}
}