removed redundant comment

master
hughbarney 2021-01-25 21:25:50 +00:00
parent 75189ac3ef
commit 1b3289783e
1 changed files with 0 additions and 1 deletions

View File

@ -129,7 +129,6 @@ Bangle.on('lcdPower',on=>{
// Show launcher when middle button pressed
setWatch(Bangle.showLauncher, BTN2, { repeat: false, edge: "falling" });
// this can be annoying as you loose the watch face, middle button is enough
Bangle.on('touch', function(button) {
if(button == 1 || button == 2){
Bangle.showLauncher();