quick tweak - fix HID joystick selection

pull/1425/head
Gordon Williams 2022-02-11 11:32:53 +00:00
parent 72cbd77f36
commit 02feba3f45
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ function showBLEMenu() {
},
/*LANG*/'HID': {
value: Math.max(0,0 | hidV.indexOf(settings.HID)),
min: 0, max: 3,
min: 0, max: hidN.length-1,
format: v => hidN[v],
onchange: v => {
settings.HID = hidV[v];