s00500 / ESPUI

A simple web user interface library for ESP32 and ESP8266
https://valencia.lbsfilm.at/midterm-presentation/
Other
896 stars 166 forks source link

ArduinoJson 7 support #302

Closed ChrSchu90 closed 2 months ago

ChrSchu90 commented 3 months ago

Support for ArduinoJson 7 has been added with backward compatibility for older versions (>=6.17.0). I've already tested the change with ArduinoJson v6.17.0 (older will fail as before change) and v7.0.4 on a ESP32. Unfortunately I couldn't test a ESP8266 because I don't have one available at the moment, but at least the compile works fine.

ChrSchu90 commented 2 months ago

Oh, I did not notice that @MartinMueller2003 is already working on it https://github.com/s00500/ESPUI/issues/292, I will close the PR, since it was mentioned that there are issues with fragmented messages that require a re-desing.