mirror of https://github.com/espruino/BangleApps
oops - fix to limit HID choices
parent
517c35a37d
commit
2651508dfc
|
@ -118,6 +118,7 @@ function showMainMenu() {
|
|||
'Select Clock': ()=>showClockMenu(),
|
||||
'HID': {
|
||||
value: 0 | hidV.indexOf(settings.HID),
|
||||
min: 0, max: 3,
|
||||
format: v => hidN[v],
|
||||
onchange: v => {
|
||||
settings.HID = hidV[v];
|
||||
|
|
Loading…
Reference in New Issue