ctrlpad: reduce interaction buzz time

pull/3383/head
Rob Pilling 2024-04-25 12:52:41 +01:00
parent 683a4646e0
commit d0897eabe1
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@
let origBuzz: undefined | (() => Promise<void>);
const onCtrlTap = (ctrl: Control, ui: UI) => {
Bangle.buzz(80);
Bangle.buzz(20);
let on = true;