diff --git a/Readme.md b/Readme.md index 6972c9e..a8357be 100644 --- a/Readme.md +++ b/Readme.md @@ -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 diff --git a/data/.gitkeep b/data/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/data/homie/.gitkeep b/data/homie/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/data/homie/config.json b/data/homie/config.json new file mode 100644 index 0000000..a837f40 --- /dev/null +++ b/data/homie/config.json @@ -0,0 +1,16 @@ +{ +"name": "pixelbox", +"device_id": "pixelbox", +"wifi": { +"ssid": "WLANSSID", +"password": "WLANPASS" +}, +"mqtt": { +"host": "mqtthostname", +"port": 1883, +"auth": false +}, +"ota": { +"enabled": false +} +}