Skip to content

Releases: ayushsharma82/ESP-DASH

Fixed Webpage not loading on WebKit (Apple) Devices

26 Feb 04:22

Choose a tag to compare

  • 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

23 Feb 17:38

Choose a tag to compare

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

20 Feb 09:07
a88da45

Choose a tag to compare

ArduinoJson v6.8.0 introduced some breaking changes. Therefore modified library according to it's new syntax.

Library manager fix

27 Jan 07:41
f403328

Choose a tag to compare

v2.0.2

Update library.properties

Fixed issue related Library file names

26 Jan 20:55
9c732a6

Choose a tag to compare

v2.0.1

Rename EspDash.h to ESPDash.h

A Major Release

26 Jan 15:11

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

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

Choose a tag to compare

v1.0.2

Improvements on SPIFFS Issue

V1.0.1 Fixed Empty SPIFFS Issue

13 Nov 12:51

Choose a tag to compare

Fixing Empty SPIFFS Issue in this Release.

V1 Finally!

11 Nov 01:40

Choose a tag to compare

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