Quick about tweak to make it work if only one button
parent
8e11e1811c
commit
97e6d54f89
|
|
@ -37,5 +37,7 @@ g.drawString(NRF.getAddress(),g.getWidth()/2,g.getHeight()-8,true);
|
||||||
g.flip();
|
g.flip();
|
||||||
|
|
||||||
setWatch(_=>load(), BTN1);
|
setWatch(_=>load(), BTN1);
|
||||||
setWatch(_=>load(), BTN2);
|
if (global.BTN2) {
|
||||||
setWatch(_=>load(), BTN3);
|
setWatch(_=>load(), BTN2);
|
||||||
|
setWatch(_=>load(), BTN3);
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue