mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-15 04:15:28 +03:00
Global function set OSD layout
This commit is contained in:
parent
56a0ed0cef
commit
b3e8fc384c
1 changed files with 4 additions and 0 deletions
4
js/fc.js
4
js/fc.js
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue