Skip to content

Commit 6174456

Browse files
author
thyttan
committed
Merge branch 'spotrem' into app-loader
2 parents 4980933 + 0b693cd commit 6174456

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/spotrem/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Swipe input:
88

99
Swipe left/right to go to previous/next track. Swipe up/down to change the volume.
1010

11-
If you have changed the volume by swipe up/down, you can use a "volume knob" to continuously change the volume. Clock wise circle gesture on the screen increases volume and vice versa.
11+
If you have changed the volume by swipe up/down, you can use a "volume knob" to continuously change the volume. Clock wise circle gesture on the screen increases volume and vice versa. The knob will deactivate shortly after you release the finger from the watch screen.
1212

1313
It's possible to start tracks by searching with the remote. Search term without tags will override search with tags.
1414

apps/spotrem/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ let dial = function(cb, options) {
211211
}
212212

213213
function stepHandler(step) {
214-
Bangle.buzz(20, 0.4);
214+
Bangle.buzz(20, 0.8);
215215
cumulative -= THRESHOLD * step;
216216
cb(step);
217217
}

0 commit comments

Comments
 (0)