1
0
Fork 0

ctrlpad: buzz on button press

master
Rob Pilling 2024-04-24 19:38:44 +01:00
parent c271b0566f
commit a4e6c4e938
1 changed files with 2 additions and 0 deletions

View File

@ -276,6 +276,8 @@
let origBuzz: undefined | (() => Promise<void>);
const onCtrlTap = (ctrl: Control, ui: UI) => {
Bangle.buzz(80);
let on = true;
switch(ctrl.text){