Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Slightly reduce json buffer size on boards with PSRAM
Found out that the main JSON 'doc' is still living in normal RAM, even when PSRAM is available... This results is very low RAM especially on -S2. This change tries to find a balance between "need large json buffer" and "other features become unstable when free RAM is low".
- Loading branch information