Skip to content

Commit ceff720

Browse files
author
Ayush Sharma
committed
Improvements on SPIFFS Issue
1 parent c923466 commit ceff720

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ A Blazing Fast & Beautiful Library for creating a Functional Dashboard for your
1313

1414
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.
1515

16-
ESP-DASH is NOT dependent on Internet. All webpages are served from your ESP's SPIFFS Memory.
16+
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 :
17+
[Here](https://arduino-esp8266.readthedocs.io/en/latest/filesystem.html#uploading-files-to-file-system)
1718

1819
## How to Install
1920
###### Directly Through Arduino IDE ( Currently Submitted for Approval. Use Mannual Install till it gets Approved.)

examples/Basic/Basic.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
ESP-DASH is a Blazing Fast Library to Create Great Looking Dashboards to Manage your ESP's
33
44
To Use this Library - (Step 1 and Step 2 Required only for First time Upload)
5-
Step1: Download and install ESP8266 SPIFFS Tool
6-
http://esp8266.github.io/Arduino/versions/2.0.0/doc/filesystem.html#uploading-files-to-file-system
5+
Step1: Download and install ESP8266 SPIFFS Tool V0.3.0 / Latest
6+
https://arduino-esp8266.readthedocs.io/en/latest/filesystem.html#uploading-files-to-file-system
77
Step2: Now Connect your ESP8266 and Select Tools > ESP8266 Sketch Data Upload.
88
(This Uploads the UI for your Dashboard)
99
Step3: After SPIFFS Upload is Completed, Upload the Arduino Sketch to ESP8266.

examples/Basic/data/donotremove.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)