Sample config.json file
continuous-integration/drone/push Build is passing Details

This commit is contained in:
starcalc 2022-06-22 22:38:37 +02:00
parent 9bcdfcf56c
commit d900bc3844
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
{
"name": "HOSTNAME",
"device_id": "HOSTNAME",
"wifi": {
"ssid": "WIFISSID",
"password": "WIFIPASS"
},
"mqtt": {
"host": "mqtt.ctdo.de",
"port": 1883,
"auth": false
},
"ota": {
"enabled": true
}
}