mirror of https://github.com/espruino/BangleApps
Minor bug fix
parent
b9f0907e5a
commit
9f1b61d2d9
|
@ -1,4 +1,4 @@
|
||||||
# BLE Customisable Controller with Joystick A
|
# BLE Customisable Controller with Joystick
|
||||||
|
|
||||||
A highly customisable state machine driven user interface that will communicate with another BLE device. The controller uses the three buttons and the left and right hand side of the watch to provide a flexible and attractive BLE interface.
|
A highly customisable state machine driven user interface that will communicate with another BLE device. The controller uses the three buttons and the left and right hand side of the watch to provide a flexible and attractive BLE interface.
|
||||||
|
|
||||||
|
|
|
@ -268,7 +268,7 @@ const LightsMenu = new State({
|
||||||
|
|
||||||
const SocketsMenu = new State({
|
const SocketsMenu = new State({
|
||||||
state: "SocketsMenu",
|
state: "SocketsMenu",
|
||||||
screen: lightsScreen,
|
screen: socketsScreen,
|
||||||
events: (event) => {
|
events: (event) => {
|
||||||
if ((event.object == "bottom") && (event.status == "end")) {
|
if ((event.object == "bottom") && (event.status == "end")) {
|
||||||
return Home;
|
return Home;
|
||||||
|
|
Loading…
Reference in New Issue