Umstellung auf platformio und drone
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
starcalc 2022-06-07 21:10:14 +02:00
commit 8540bf44af
6 changed files with 74 additions and 10 deletions

16
data/homie/config.json Normal file
View 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
}
}