mlukasek / M5_NightscoutMon

M5Stack Nightscout monitor
GNU General Public License v3.0
198 stars 153 forks source link

One time reading from SD #20

Closed psonnera closed 3 years ago

psonnera commented 5 years ago

.ini is read from the SD at first start and saved in M5Stack NV memory so that if you remove the SD it will use the saved settings. PS: haven't even seen if it's feasible with Arduino, but just an idea like that... PPS: and if you tell me SDs are cheap you're right too.

mlukasek commented 3 years ago

Done in release 2021-03-12-01. You have to save the config from web interface manually. I do not want to overwrite the flash everytime you boot using SD card. The SD card has a priority, so you can have one common config in flash and simply change it to another one on SD card, withouth saving config to flash.