Releases: ayushsharma82/ESP-DASH
Fixed Webpage not loading on WebKit (Apple) Devices
- Fixed Gzip Problem which lead to page not loading on apple devices. ( app.js.gz didn't work, renaming to app.js with compression enabled made it work. Apple's safari (webkit) is weird we gotta accept it. )
- Fixed couple of C++ Mistakes
- Allocated more JSON memory to update function of LineChart.
REQUIRED: You need to re-upload SPIFFS and code with latest ESP-DASH Release to apply the fixes.
Thanks to @billinsd and @windynips for reporting the errors.
Added Access Point Examples
Try ESP-DASH in access point mode without connecting to your router!
Added ESP8266_AP and ESP32_AP Example Sketches.
Compatible with Arduino JSON v2.8.0
ArduinoJson v6.8.0 introduced some breaking changes. Therefore modified library according to it's new syntax.
Library manager fix
v2.0.2 Update library.properties
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.