You are reading a single comment by @andrewg_oz and its replies. Click here to read the full conversation.
  • I've been working on my Bangle app and got to the point where I need to handle its configuration. I need to be able to read its current configuration, have the user modify it, then write it back.

    I started with the Data Storage Tutorial. In the interface.html file (which I can seem to get going - that's a separate issue) the code references Util.readStorageFile() and Util.eraseStorageFile().

    Going to the interface.js source I found that there is no Util.writeStorageFile(). Hopefully that's not too hard to add?

About

Avatar for andrewg_oz @andrewg_oz started