diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json index cc296a9..12ff8d8 100644 --- a/.vs/VSWorkspaceState.json +++ b/.vs/VSWorkspaceState.json @@ -1,9 +1,8 @@ { "ExpandedNodes": [ "", - "\\data", - "\\data\\images" + "\\gallery", + "\\gallery\\NodeRED_UI" ], - "SelectedNode": "\\esp8266-fastled-webserver.ino", "PreviewInSolutionExplorer": false } \ No newline at end of file diff --git a/.vs/esp8266-fastled-webserver/v15/.suo b/.vs/esp8266-fastled-webserver/v15/.suo index 3b90e98..ef156b7 100644 Binary files a/.vs/esp8266-fastled-webserver/v15/.suo and b/.vs/esp8266-fastled-webserver/v15/.suo differ diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite index e2d1077..7aba568 100644 Binary files a/.vs/slnx.sqlite and b/.vs/slnx.sqlite differ diff --git a/README.md b/README.md index b3d2fa4..9f65568 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,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. Rename the folder from *esp8266-nanoleaf-webserver-master* to *esp8266-nanoleaf-webserver* +Download the app code from GitHub using the **Releases** section on [GitHub](https://github.com/NimmLor/esp8266-nanoleaf-webserver/releases) and download the ZIP file. 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. diff --git a/Secrets.h b/Secrets.h deleted file mode 100644 index a1b4fad..0000000 --- a/Secrets.h +++ /dev/null @@ -1,5 +0,0 @@ -const char WiFiAPPSK[] = "your-password"; - -// Wi-Fi network to connect to (if not in AP mode) -char* ssid = "WLAN23"; -char* password = "57erChevy";