I have a simple GUI wiht some buttons that change Time format from 24hrs to 12hrs, some "alarm" variables that store a permisible value, i can change all of these values from a GUI displayed on a TFT screen, however i would like to save these changes so they remain the same even if i power off the board, is there a way to do this?
Welcome
You can use the Preferences library, like in this example arduino-esp32/StartCounter.ino at master · espressif/arduino-esp32 · GitHub
1 Like
Depends on the board, but you do have EEPROM available.
Thankss, that's what i was looking for!
1 Like
This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.