Merge pull request #1162 from iNavFlight/dzikuvx-lc-rc-override

Allow RC channel override via logic conditions
pull/1166/head
Paweł Spychalski 4 years ago committed by GitHub
commit ce2c6a8174
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1228,6 +1228,11 @@ var FC = {
name: "MAP OUTPUT",
hasOperand: [true, true],
output: "raw"
},
38: {
name: "RC CHANNEL OVERRIDE",
hasOperand: [true, true],
output: "boolean"
}
}
},

Loading…
Cancel
Save