Xteink-X4-crosspoint-reader/src/network
Dave Allie c0b83b626e
Use a JSON filter to avoid crashes when checking for updates (#141)
## Summary

* The JSON release data from Github contains the entire release
description which can be very large
  * The 0.9.0 release was especially bad
* Use a JSON filter to avoid deserializing anything but the necessary
fields

## Additional Context

*
https://arduinojson.org/v7/how-to/deserialize-a-very-large-document/#filtering
* Fixes https://github.com/daveallie/crosspoint-reader/issues/124
2025-12-29 02:29:41 +11:00
..
html Stream CrossPointWebServer data over JSON APIs (#97) 2025-12-22 03:19:49 +11:00
CrossPointWebServer.cpp Standardize File handling with FsHelpers (#110) 2025-12-23 14:14:10 +11:00
CrossPointWebServer.h Add AP mode option for file transfers (#98) 2025-12-22 17:24:14 +11:00
OtaUpdater.cpp Use a JSON filter to avoid crashes when checking for updates (#141) 2025-12-29 02:29:41 +11:00
OtaUpdater.h OTA updates (#96) 2025-12-22 17:16:46 +11:00