1
0
Fork 0

Quick about tweak to make it work if only one button

master
Gordon Williams 2021-06-30 10:18:21 +01:00
parent 8e11e1811c
commit 97e6d54f89
1 changed files with 4 additions and 2 deletions

View File

@ -37,5 +37,7 @@ g.drawString(NRF.getAddress(),g.getWidth()/2,g.getHeight()-8,true);
g.flip();
setWatch(_=>load(), BTN1);
setWatch(_=>load(), BTN2);
setWatch(_=>load(), BTN3);
if (global.BTN2) {
setWatch(_=>load(), BTN2);
setWatch(_=>load(), BTN3);
}