removed file

This commit is contained in:
Lorenz Nimmervoll 2019-03-26 19:55:15 +01:00
parent 1aa0b191be
commit 816e9d521d
5 changed files with 3 additions and 9 deletions

View File

@ -1,9 +1,8 @@
{
"ExpandedNodes": [
"",
"\\data",
"\\data\\images"
"\\gallery",
"\\gallery\\NodeRED_UI"
],
"SelectedNode": "\\esp8266-fastled-webserver.ino",
"PreviewInSolutionExplorer": false
}

Binary file not shown.

View File

@ -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.

View File

@ -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";