From df606203bf76a23d608ab84d0c9f68f20e49e9cb Mon Sep 17 00:00:00 2001 From: "Pawel Spychalski (DzikuVx)" Date: Sat, 25 Apr 2020 21:02:52 +0200 Subject: [PATCH] Allow to change VTX band channel via global functions --- js/fc.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/js/fc.js b/js/fc.js index 0eae4b75..0e2107f3 100644 --- a/js/fc.js +++ b/js/fc.js @@ -1146,6 +1146,14 @@ var FC = { name: "SET VTX POWER LEVEL", hasOperand: true }, + 8: { + name: "SET VTX BAND", + hasOperand: true + }, + 9: { + name: "SET VTX CHANNEL", + hasOperand: true + }, 4: { name: "INVERT ROLL", hasOperand: false