Rather than storing these to “flash memory”, you’d be better storing these values on the Blynk server as nd rec as long them when your device connects to Zblynk at startup
You could have 6 step widgets that you use to control these values, a bit like this…
In this case the step widgets allow me to change the number of hours that each fan will run for.
The step widgets are attached to virtual pins, and the values are sent to the device whenever they are updated, or when a synchronisation request is issued
You can learn more about virtual pins by reading this.,.
Pete.