Skip to content

Fixed Webpage not loading on WebKit (Apple) Devices

Choose a tag to compare

@ayushsharma82 ayushsharma82 released this 26 Feb 04:22
· 455 commits to master since this release
  • 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.