From 18db8e28820af6a2d9489c649c50db4debf2bc30 Mon Sep 17 00:00:00 2001 From: Lorenz Nimmervoll <32486857+NimmLor@users.noreply.github.com> Date: Thu, 14 Feb 2019 10:14:21 +0100 Subject: [PATCH] Updated Readme.md Small setup hint added --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d9db9f..8e48e80 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ The app depends on the following libraries. They must either be downloaded from * [FastLED](https://github.com/FastLED/FastLED) * [Arduino WebSockets](https://github.com/Links2004/arduinoWebSockets) -Download the app code from GitHub using the green Clone or Download button from [GitHub](https://github.com/NimmLor/esp8266-nanoleaf-webserver) and click Download ZIP. Decompress the ZIP file in your Arduino sketch folder. +Download the app code from GitHub using the green Clone or Download button from [GitHub](https://github.com/NimmLor/esp8266-nanoleaf-webserver) and click Download ZIP. Decompress the ZIP file in your Arduino sketch folder. Rename the folder from *esp8266-nanoleaf-webserver-master* to *esp8266-nanoleaf-webserver* The web app needs to be uploaded to the ESP8266's SPIFFS. You can do this within the Arduino IDE after installing the [Arduino ESP8266FS tool](http://esp8266.github.io/Arduino/versions/2.3.0/doc/filesystem.html#uploading-files-to-file-system). An alternative would be to install the [Visual Micro](https://www.visualmicro.com/) plugin for Visual Studio.