From de1b29d1375ec9328cc9a7351b70840682f3861b Mon Sep 17 00:00:00 2001 From: starcalc Date: Thu, 14 Mar 2019 19:52:57 +0100 Subject: [PATCH 1/4] Data Directory for Upload with Arduino IDE --- data/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 data/.gitkeep diff --git a/data/.gitkeep b/data/.gitkeep new file mode 100644 index 0000000..e69de29 From 830ecc5c0522c51b9912e548ce1ad4e7d6cad657 Mon Sep 17 00:00:00 2001 From: starcalc Date: Thu, 14 Mar 2019 19:53:24 +0100 Subject: [PATCH 2/4] Homie-Data-Directory --- data/homie/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 data/homie/.gitkeep diff --git a/data/homie/.gitkeep b/data/homie/.gitkeep new file mode 100644 index 0000000..e69de29 From 205b6a636225de065c91dabdd51a378a974cc83b Mon Sep 17 00:00:00 2001 From: starcalc Date: Thu, 14 Mar 2019 19:54:07 +0100 Subject: [PATCH 3/4] sample config.json --- data/homie/config.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 data/homie/config.json 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 +} +} From a993c404e6fcdd05b9ffff8c84258b1bdee9c80b Mon Sep 17 00:00:00 2001 From: starcalc Date: Thu, 14 Mar 2019 19:55:11 +0100 Subject: [PATCH 4/4] Update Readme.md --- Readme.md | 3 +++ 1 file changed, 3 insertions(+) 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