deskcontrol/data/homie/config.example.json
Jens True 10b337d43f
All checks were successful
continuous-integration/drone/push Build is passing
SPIFFS image
2019-09-22 13:15:47 +02:00

16 lines
205 B
JSON

{
"name": "deskcontrol",
"wifi": {
"ssid": "<SSID>",
"password": "<PASS>"
},
"mqtt": {
"host": "<Domain>",
"port": 1883,
"auth": false
},
"ota": {
"enabled": true
}
}