Skip to content

Releases: ayushsharma82/ESP-DASH

Added Slider Card

12 Apr 15:44
4fd979e
Compare
Choose a tag to compare

Added Slider Controls in this release 🎉

Changes 📓

  1. Removed unnecessary SPIFFS libraries from ESPDash.h
  2. Added Slider Card in Vue and in Library. Credits: @malbrook

Ditching SPIFFS

10 Apr 15:19
Compare
Choose a tag to compare

I am happy to announce that i am finally ditching SPIFFS over PROGMEM for serving Webpage Files.
First of all, It was a total disaster for beginners to understand it properly and upload accordingly. Secondly, SPIFFS required to be re-uploaded whenever a new version of ESP-DASH was released. Therefore, To overcome this caveat:

I created a special JS Script which converts the built Vuejs Webpage to a Gzipped Byte array for arduino. It makes it super easy for new updates from now on. You will only have to upload your same code once and webpage will also get updated along with it. No burden of uploading SPIFFS again!.

Changes:

  • Updated and cleaned up Vuejs Code 💼
  • Ditched SPIFFS for PROGMEM, Now Webpages will be served by reading PROGMEM 📝
  • Made About page less disturbing 😜
  • Added New Gauge Chart! 🎉
  • Edited Fading Animation to end in 0.3s. Webpage should feel faster now.

That's All. Use, Like and Star Gaze the repo 🌟 !

v2.1.4

27 Mar 15:20
Compare
Choose a tag to compare
Incremented Library Version for Next Release

v2.1.3

20 Mar 21:37
eee09f1
Compare
Choose a tag to compare
Update library.json

Updated library.properties

20 Mar 21:35
800599a
Compare
Choose a tag to compare
v2.1.2

Update library.properties

Fixed Line Chart JSON Memory Allocation

17 Mar 05:52
f31b896
Compare
Choose a tag to compare
  • Increased JSON Memory for Line Charts
  • Fixed where JSON memory allocated for (Int) Line Chart was 250 rather than 1000

Fixed Webpage not loading on WebKit (Apple) Devices

26 Feb 04:22
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
v2.0.2

Update library.properties