Releases: ayushsharma82/ESP-DASH
Fixed issue related Library file names
v2.0.1 Rename EspDash.h to ESPDash.h
A Major Release
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
Previous Versions were not getting pushed to Library manager on Arduino. Therefore this Release will fix the problem.
Fixed wrong URL to MKSPIFFS
v1.0.2 Improvements on SPIFFS Issue
V1.0.1 Fixed Empty SPIFFS Issue
Fixing Empty SPIFFS Issue in this Release.
V1 Finally!
This is the First release of this Library which includes everything Working and Tested.