SergiuToporjinschi / settingsmanager

Saving, reading and changing settings from Json file on SPIFFS
GNU General Public License v3.0
18 stars 8 forks source link

Create key on set value #1

Closed SergiuToporjinschi closed 5 years ago

SergiuToporjinschi commented 5 years ago

Should be possible to do settings.setInt("level1.level2.level3", 23); in case one of the level is missing should be added in the structure.