Skip to content

Commit 0b693cd

Browse files
author
thyttan
committed
spotrem: increase buzz strength for volume dial
1 parent 09ee996 commit 0b693cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)