mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-18 22:05:12 +03:00
Allow to change VTX band channel via global functions
This commit is contained in:
parent
247620cb6b
commit
df606203bf
1 changed files with 8 additions and 0 deletions
8
js/fc.js
8
js/fc.js
|
@ -1146,6 +1146,14 @@ var FC = {
|
||||||
name: "SET VTX POWER LEVEL",
|
name: "SET VTX POWER LEVEL",
|
||||||
hasOperand: true
|
hasOperand: true
|
||||||
},
|
},
|
||||||
|
8: {
|
||||||
|
name: "SET VTX BAND",
|
||||||
|
hasOperand: true
|
||||||
|
},
|
||||||
|
9: {
|
||||||
|
name: "SET VTX CHANNEL",
|
||||||
|
hasOperand: true
|
||||||
|
},
|
||||||
4: {
|
4: {
|
||||||
name: "INVERT ROLL",
|
name: "INVERT ROLL",
|
||||||
hasOperand: false
|
hasOperand: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue