Tidy up
parent
39f62c1ab7
commit
5ca81d9bfb
|
|
@ -19,9 +19,9 @@ bottom_btn = false;
|
||||||
|
|
||||||
msgNum = 0; // message number
|
msgNum = 0; // message number
|
||||||
|
|
||||||
NRF.setConnectionInterval(100)
|
NRF.setConnectionInterval(100);
|
||||||
Bangle.loadWidgets()
|
Bangle.loadWidgets();
|
||||||
Bangle.drawWidgets()
|
Bangle.drawWidgets();
|
||||||
/*
|
/*
|
||||||
CONFIGURATION AREA - STATE VARIABLES
|
CONFIGURATION AREA - STATE VARIABLES
|
||||||
declare global variables for the toggle button
|
declare global variables for the toggle button
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue