mirror of https://github.com/espruino/BangleApps
parent
21963f3835
commit
e3aea0fd61
|
@ -1403,7 +1403,7 @@
|
|||
"id": "metronome",
|
||||
"name": "Metronome",
|
||||
"icon": "metronome_icon.png",
|
||||
"version": "0.05",
|
||||
"version": "0.04",
|
||||
"readme": "README.md",
|
||||
"description": "Makes the watch blinking and vibrating with a given rate",
|
||||
"tags": "tool",
|
||||
|
|
|
@ -2,4 +2,3 @@
|
|||
0.02: Watch vibrates with every beat
|
||||
0.03: Uses mean of three time intervalls to calculate bmp
|
||||
0.04: App shows instructions, Widgets remain visible, color changed
|
||||
0.05: Enable to set buzz intensity and beats per bar via settings
|
||||
|
|
|
@ -8,7 +8,6 @@ This metronome makes your watch blink and vibrate with a given rate.
|
|||
* Use `BTN1` to increase the bmp value by one.
|
||||
* Use `BTN3` to decrease the bmp value by one.
|
||||
* You can change the bpm value any time by tapping the screen or using `BTN1` and `BTN3`.
|
||||
* Using the settings app, you can change the intensity of buzzing and the beats per bar (default 4). The first beat per bar will be marked in red.
|
||||
|
||||
## Attributions
|
||||
|
||||
|
|
Loading…
Reference in New Issue