DustinWatts / FreeTouchDeck

For interfacing with Windows/macOS/Linux using an ESP32, a touchscreen and BLE.
https://www.youtube.com/dustinwatts
MIT License
626 stars 128 forks source link

DeserializationError on large menu configs. #39

Closed DustinWatts closed 3 years ago

DustinWatts commented 3 years ago

The DynamicJsonDocument size for menu configurations is 1200. Which is not enough for large configurations and will give an error: [ERROR]: deserializeJson() error,NoMermory.

Increasing it is the solution.

DustinWatts commented 3 years ago

https://github.com/DustinWatts/FreeTouchDeck/commit/faa9d31d738b3f14bbc285f9732b96536a5d19ab increased the size of the DynamicJsonDocument to 1500.