From 886195a339686bc9fcc0b983aa17b92a6c0f3aa7 Mon Sep 17 00:00:00 2001 From: Michael Bengfort Date: Fri, 15 May 2020 13:51:57 +0200 Subject: [PATCH] Revert "change version and update Readme" This reverts commit 7df65cad513258a005bd986b9f0edf33e1e5ec8d. --- apps.json | 2 +- apps/metronome/ChangeLog | 1 - apps/metronome/README.md | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/apps.json b/apps.json index b478a8f69..1caaf9369 100644 --- a/apps.json +++ b/apps.json @@ -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", diff --git a/apps/metronome/ChangeLog b/apps/metronome/ChangeLog index 61ff09c98..25628660e 100644 --- a/apps/metronome/ChangeLog +++ b/apps/metronome/ChangeLog @@ -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 diff --git a/apps/metronome/README.md b/apps/metronome/README.md index 8a76114f8..1bb9a893c 100644 --- a/apps/metronome/README.md +++ b/apps/metronome/README.md @@ -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