Minor bug fix

pull/472/head
hopkira 2020-06-01 14:41:52 +01:00
parent b9f0907e5a
commit 9f1b61d2d9
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -268,7 +268,7 @@ const LightsMenu = new State({
const SocketsMenu = new State({
state: "SocketsMenu",
screen: lightsScreen,
screen: socketsScreen,
events: (event) => {
if ((event.object == "bottom") && (event.status == "end")) {
return Home;