pimoroni / enviro

MIT License
105 stars 85 forks source link

improved config file handling #47

Closed lowfatcode closed 2 years ago

lowfatcode commented 2 years ago

this change simplified the way the config file is read and updated reducing the amount of file IO substantially. it also fixes a bug with True/False values being coerced into integers.