How to keep your setting even after restart/reset #1616
Unanswered
espruino-discuss
asked this question in
JavaScript
Replies: 1 comment
-
Posted at 2022-05-31 by Ethan_IRON Hi! i made a simple localStorage module to save my settings, maybe can help you var localStorage = require("localStorage").getInstance(); var settingsObject = localStorage.getObject('settings'); Attachments: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2022-02-26 by @MaBecker
Have the use case to save app settings to be restore after startup/reset and decided to use
.boot0
.This is the snippet I started with:
How do you save your app settings?
Beta Was this translation helpful? Give feedback.
All reactions