Merge pull request #1813 from RomanLut/submit-led-pwm

implemented LED Pin PWM programming function
pull/1855/head
Paweł Spychalski 11 months ago committed by GitHub
commit 3dcd989738
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1231,6 +1231,12 @@ var FC = {
hasOperand: [true, true],
output: "boolean"
},
52: {
name: "LED Pin PWM",
operandType: "Set Flight Parameter",
hasOperand: [true, false],
output: "raw"
},
}
},
getOperandTypes: function () {

Loading…
Cancel
Save