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.