To remove the memory dependency on the JSON Aduino library, and the fact that parsing is always in-memory, it is an better idea replace the JSON format to old skool windows INI format...
This would cause a breaking change, but no longer needs a memory allocation as the number of settings grow.
To remove the memory dependency on the JSON Aduino library, and the fact that parsing is always in-memory, it is an better idea replace the JSON format to old skool windows INI format...
This would cause a breaking change, but no longer needs a memory allocation as the number of settings grow.