1
0
Fork 0
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:
Pawel Spychalski (DzikuVx) 2020-04-25 21:02:52 +02:00
parent 247620cb6b
commit df606203bf

View file

@ -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