From a89a6352c065cb39f4523bcb9ca933a9e993555b Mon Sep 17 00:00:00 2001 From: Thomas Dietrich Date: Tue, 26 Dec 2017 14:45:02 +0100 Subject: [PATCH 1/2] Add last step to uibundle README --- data/homie/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/homie/README.md b/data/homie/README.md index 868170ad..b530e4a4 100644 --- a/data/homie/README.md +++ b/data/homie/README.md @@ -4,7 +4,9 @@ This folder contains the data you can upload to the SPIFFS of your ESP8266. This is optional. -To upload files to the SPIFFS of your device, create a folder named `data` in your sketch directory. In this `data` folder, create an `homie` directory. You can put two files in it: +To upload files to the SPIFFS of your device, first create a folder named `data` in your sketch directory. In this `data` folder, create an `homie` directory. You can put two files in it: 1. The `config.json` file, if you want to bypass the `configuration` mode. 2. The `ui_bundle.gz` file, that you can download [here](http://setup.homie-esp8266.marvinroger.fr/ui_bundle.gz). If present, the configuration UI will be served directly from the ESP8266. + +Finally initiate the [SPIFFS upload process](http://docs.platformio.org/en/stable/platforms/espressif8266.html?highlight=spiffs#uploading-files-to-file-system-spiffs) via PlatformIO. From 8df8506b06c04c137a4c6893a6941f1867fd5682 Mon Sep 17 00:00:00 2001 From: timpur Date: Wed, 27 Dec 2017 09:26:01 +1100 Subject: [PATCH 2/2] Added Arduino Support for doc --- data/homie/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/homie/README.md b/data/homie/README.md index b530e4a4..8ab0a3a9 100644 --- a/data/homie/README.md +++ b/data/homie/README.md @@ -9,4 +9,4 @@ To upload files to the SPIFFS of your device, first create a folder named `data` 1. The `config.json` file, if you want to bypass the `configuration` mode. 2. The `ui_bundle.gz` file, that you can download [here](http://setup.homie-esp8266.marvinroger.fr/ui_bundle.gz). If present, the configuration UI will be served directly from the ESP8266. -Finally initiate the [SPIFFS upload process](http://docs.platformio.org/en/stable/platforms/espressif8266.html?highlight=spiffs#uploading-files-to-file-system-spiffs) via PlatformIO. +Finally initiate the [SPIFFS upload process](http://docs.platformio.org/en/stable/platforms/espressif8266.html?highlight=spiffs#uploading-files-to-file-system-spiffs) via PlatformIO, or via the [Arduino IDE](http://esp8266.github.io/Arduino/versions/2.3.0/doc/filesystem.html#uploading-files-to-file-system)