rvdbreemen / OTGW-firmware

A ESP8266 devkit firmware for the Nodoshop version of the Opentherm Gateway (OTGW)
MIT License
145 stars 34 forks source link

Change ini format from json to windows style ini #209

Open rvdbreemen opened 1 year ago

rvdbreemen commented 1 year ago

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.