Skip to content

Commit

Permalink
Improvements on SPIFFS Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayush Sharma committed Nov 13, 2017
1 parent c923466 commit ceff720
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.)
Expand Down
4 changes: 2 additions & 2 deletions examples/Basic/Basic.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Empty file.

0 comments on commit ceff720

Please sign in to comment.