mirror of https://github.com/espruino/BangleApps
ctrlpad: reduce interaction buzz time
parent
683a4646e0
commit
d0897eabe1
|
@ -283,7 +283,7 @@
|
|||
|
||||
let origBuzz: undefined | (() => Promise<void>);
|
||||
const onCtrlTap = (ctrl: Control, ui: UI) => {
|
||||
Bangle.buzz(80);
|
||||
Bangle.buzz(20);
|
||||
|
||||
let on = true;
|
||||
|
||||
|
|
Loading…
Reference in New Issue