BangleApps/apps/swatch
Gordon Williams 6ff61b917e Add saveFile function, and ensure it uses data: URI not blobs (because they don't work in Gadgetbridge)
Reduce duplication to make custom/interface use .saveFile where possible (avoiding Blob)
2023-09-14 12:43:38 +01:00
..
ChangeLog
README.md
bangle1-stopwatch-screenshot.png Add files via upload 2021-11-23 16:20:39 -08:00
interface.html Add saveFile function, and ensure it uses data: URI not blobs (because they don't work in Gadgetbridge) 2023-09-14 12:43:38 +01:00
metadata.json Merge remote-tracking branch 'upstream/master' into jekyll-apps.json 2022-01-06 12:47:26 +01:00
stopwatch-icon.js
stopwatch.js Force indent to 2 spaces 2020-05-24 00:32:33 +03:00
stopwatch.png

README.md

Stopwatch

This is stopwatch and lap timer that allows you to save the lap times for later use.

Usage

  • Use BTN2 (GO/STOP) to start stop the timer
  • When running, use BTN1 (LAP) to store a lap time
  • BTN3 (RESET) resets the time

When stopped, pressing BTN1 (SAVE) will save the lap times to a file called swatch-DATEandTIME.json on the watch.

Getting lap times

In the App Loader:

  • Connect to your Bangle.js
  • Go to My Apps
  • Under Stopwatch click the Download data from app icon
  • You should now see a list of your saved lap times