-
I see that bangle.run creates files per session,
banglerun_201001_123302 (StorageFile).txtWhen GPS is not working (shows NaN) the created file seems to have content just headers (timestamp,latitude,longitude,altitude,duration,distance,heartrate,steps)
However, when GPS is working it generates a file, corrupt or too big to be downloaded from webIDE, and it happens even if you don't exit the app with BTN3.
Trying to download will produce something like:
*Timed out receiving file
< <<
dGltZXN0YW1wLGx.........
..........
CwxNTk4CjE2MDIy
Disconnected from Web Bluetooth, Bangle.js*
Yes, they should be able to interact just fine, so I'm surprised there's an issue there.
I think so. Apps/widgets can subscribe to a
kill
event and can use it to save any stored data but it doesn't look like banglerun does this (yet)