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