forked from FOSS/BangleApps
change version and update Readme
parent
09ba504289
commit
7df65cad51
|
@ -1403,7 +1403,7 @@
|
||||||
"id": "metronome",
|
"id": "metronome",
|
||||||
"name": "Metronome",
|
"name": "Metronome",
|
||||||
"icon": "metronome_icon.png",
|
"icon": "metronome_icon.png",
|
||||||
"version": "0.04",
|
"version": "0.05",
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
"description": "Makes the watch blinking and vibrating with a given rate",
|
"description": "Makes the watch blinking and vibrating with a given rate",
|
||||||
"tags": "tool",
|
"tags": "tool",
|
||||||
|
|
|
@ -2,3 +2,4 @@
|
||||||
0.02: Watch vibrates with every beat
|
0.02: Watch vibrates with every beat
|
||||||
0.03: Uses mean of three time intervalls to calculate bmp
|
0.03: Uses mean of three time intervalls to calculate bmp
|
||||||
0.04: App shows instructions, Widgets remain visible, color changed
|
0.04: App shows instructions, Widgets remain visible, color changed
|
||||||
|
0.05: Enable to set buzz intensity and beats per bar via settings
|
||||||
|
|
|
@ -8,6 +8,7 @@ This metronome makes your watch blink and vibrate with a given rate.
|
||||||
* Use `BTN1` to increase the bmp value by one.
|
* Use `BTN1` to increase the bmp value by one.
|
||||||
* Use `BTN3` to decrease 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`.
|
* 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
|
## Attributions
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue