sample config.json
This commit is contained in:
parent
830ecc5c05
commit
205b6a6362
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"name": "pixelbox",
|
||||
"device_id": "pixelbox",
|
||||
"wifi": {
|
||||
"ssid": "WLANSSID",
|
||||
"password": "WLANPASS"
|
||||
},
|
||||
"mqtt": {
|
||||
"host": "mqtthostname",
|
||||
"port": 1883,
|
||||
"auth": false
|
||||
},
|
||||
"ota": {
|
||||
"enabled": false
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue