Skip to content

Releases: ayushsharma82/ESP-DASH

Fixed issue related Library file names

26 Jan 20:55
9c732a6
Compare
Choose a tag to compare
v2.0.1

Rename EspDash.h to ESPDash.h

A Major Release

26 Jan 15:11
Compare
Choose a tag to compare

After 2 years, I have rewritten ESP-DASH to adopt new functionalities and enhance performance.

I have shifted my focus for this library from 'controlling everything' to a 'UI only' Library. Therefore the future vision for this library is much clear.

In V2, I have implemented Async Websocket Support which enables us to make our dashboard work in real-time.
As soon as the value of the Card is changed in your code. In a fraction of a second it will represent on the dashboard too!.

With the transition to V2. Library Syntax has also changed. Therefore please visit documentation page to see the changes and don't forget to upload SPIFFS! as the UI / Dashboard has been significantly improved.

Pushing to Library Manager

24 Dec 01:47
Compare
Choose a tag to compare

Previous Versions were not getting pushed to Library manager on Arduino. Therefore this Release will fix the problem.

Fixed wrong URL to MKSPIFFS

13 Nov 13:05
Compare
Choose a tag to compare
v1.0.2

Improvements on SPIFFS Issue

V1.0.1 Fixed Empty SPIFFS Issue

13 Nov 12:51
Compare
Choose a tag to compare

Fixing Empty SPIFFS Issue in this Release.

V1 Finally!

11 Nov 01:40
Compare
Choose a tag to compare

This is the First release of this Library which includes everything Working and Tested.