Is it possible to save user settings in flash?

Is it possible to save user settings to flash memory? For instance, could my project thermostat save the end user’s settings for temperature?

There is emulated EEPROM support that resides in flash.
https://docs.particle.io/reference/firmware/photon/#eeprom

1 Like

Thanks. I’ll check that out.