1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-15 12:25:13 +03:00

Global function set OSD layout

This commit is contained in:
kernel-machine 2020-07-21 13:03:07 +02:00
parent 56a0ed0cef
commit b3e8fc384c

View file

@ -1169,6 +1169,10 @@ var FC = {
7: { 7: {
name: "OVERRIDE THROTTLE", name: "OVERRIDE THROTTLE",
hasOperand: true hasOperand: true
},
10: {
name: "SET OSD LAYOUT",
hasOperand: true
} }
} }
}, },