mirror of https://github.com/espruino/BangleApps
ctrlpad: buzz on button press
parent
c271b0566f
commit
a4e6c4e938
|
@ -276,6 +276,8 @@
|
|||
|
||||
let origBuzz: undefined | (() => Promise<void>);
|
||||
const onCtrlTap = (ctrl: Control, ui: UI) => {
|
||||
Bangle.buzz(80);
|
||||
|
||||
let on = true;
|
||||
|
||||
switch(ctrl.text){
|
||||
|
|
Loading…
Reference in New Issue