Merge branch 'master' of repos.ctdo.de:ctdo/esp-pixelbox
This commit is contained in:
commit
8d46ca5a87
|
@ -94,3 +94,6 @@ This color will be used for the following effects:
|
||||||
This color will be used for the following effects:
|
This color will be used for the following effects:
|
||||||
* *theaterchase*
|
* *theaterchase*
|
||||||
* *fade*
|
* *fade*
|
||||||
|
|
||||||
|
##### Upload
|
||||||
|
* https://github.com/esp8266/arduino-esp8266fs-plugin/releases/tag/0.4.0
|
||||||
|
|
|
@ -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