Merge branch 'master' of repos.ctdo.de:ctdo/esp-pixelbox

This commit is contained in:
starcalc 2019-03-17 18:15:28 +01:00
commit 8d46ca5a87
4 changed files with 19 additions and 0 deletions

View File

@ -94,3 +94,6 @@ This color will be used for the following effects:
This color will be used for the following effects:
* *theaterchase*
* *fade*
##### Upload
* https://github.com/esp8266/arduino-esp8266fs-plugin/releases/tag/0.4.0

0
data/.gitkeep Normal file
View File

0
data/homie/.gitkeep Normal file
View File

16
data/homie/config.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "pixelbox",
"device_id": "pixelbox",
"wifi": {
"ssid": "WLANSSID",
"password": "WLANPASS"
},
"mqtt": {
"host": "mqtthostname",
"port": 1883,
"auth": false
},
"ota": {
"enabled": false
}
}