Umstellung auf platformio und drone
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
0103dbe1e0
commit
8540bf44af
6 changed files with 74 additions and 10 deletions
16
data/homie/config.json
Normal file
16
data/homie/config.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"name": "HOSTNAME",
|
||||
"device_id": "HOSTNAME",
|
||||
"wifi": {
|
||||
"ssid": "WIFISSID",
|
||||
"password": "PASSWORD"
|
||||
},
|
||||
"mqtt": {
|
||||
"host": "mqtt.ctdo.de",
|
||||
"port": 1883,
|
||||
"auth": false
|
||||
},
|
||||
"ota": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue