diff --git a/README.md b/README.md index c9f79607..c3941216 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ A Blazing Fast & Beautiful Library for creating a Functional Dashboard for your ESP-DASH is a UI Library to create functional dashboards for your ESP8266. It provides essential functions like Wifi switcher, rebooting, and RAM usage. ESP-DASH uses ESP8266 arduino core for proper functioning and with dashboard page of size only 15Kb, It loads in just 1.30 seconds to your browser!. The best of all? it's a responsive design and adapts to your mobile screen size. -ESP-DASH is NOT dependent on Internet. All webpages are served from your ESP's SPIFFS Memory. +ESP-DASH is NOT dependent on Internet. All webpages are served from your ESP's SPIFFS Memory. Make Sure you have the Latest ESP8266 MKSPIFFS Installed : +[Here](https://arduino-esp8266.readthedocs.io/en/latest/filesystem.html#uploading-files-to-file-system) ## How to Install ###### Directly Through Arduino IDE ( Currently Submitted for Approval. Use Mannual Install till it gets Approved.) diff --git a/examples/Basic/Basic.ino b/examples/Basic/Basic.ino index 70239e09..f661956c 100644 --- a/examples/Basic/Basic.ino +++ b/examples/Basic/Basic.ino @@ -2,8 +2,8 @@ ESP-DASH is a Blazing Fast Library to Create Great Looking Dashboards to Manage your ESP's To Use this Library - (Step 1 and Step 2 Required only for First time Upload) -Step1: Download and install ESP8266 SPIFFS Tool - http://esp8266.github.io/Arduino/versions/2.0.0/doc/filesystem.html#uploading-files-to-file-system +Step1: Download and install ESP8266 SPIFFS Tool V0.3.0 / Latest + https://arduino-esp8266.readthedocs.io/en/latest/filesystem.html#uploading-files-to-file-system Step2: Now Connect your ESP8266 and Select Tools > ESP8266 Sketch Data Upload. (This Uploads the UI for your Dashboard) Step3: After SPIFFS Upload is Completed, Upload the Arduino Sketch to ESP8266. diff --git a/examples/Basic/data/donotremove.txt b/examples/Basic/data/donotremove.txt deleted file mode 100644 index e69de29b..00000000