-
• #2
You should have a look at: https://github.com/espruino/BangleApps#offline
Basically the idea is to callrequire("Storage").write(...)
to save your code in flash and make it persistent.
Following the indications of this small tutorial (choosing a name, picking an icon, etc) allows to call your app from the app menu. -
• #3
thank you 👍
I feel like I'm missing something obvious - but I've tried to hunt around first.
How do I persist an app/code I've written myself to the bangle?
When I upload from the IDE, returning to the menu on the watch loses the state that's been updated and I lose my software.
Whereas apps I've uploaded via the banglejs.com/app "store" do persist. I gather I'm missing something (obvious?).
Thanks in advance.
– Remy