uiflow non-volatile memory - save variables
-
In UIFlow, how do I save variables to non-volitile memory? When the M5stack starts I would like to load saved variables so I don't have to re set them every time the power is cycled. If there is a blackout I don't want to loose the current settings.
-
you could use EEPROM function to save data.
in this page have EEPROM function description
-
Thanks, I see eeprom option when I change ver to beta in UIFlow. Data in is stored as strings, that simplifies things.