mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 12:25:20 +03:00
SPRacingF3 - Add support for airplane pwm mappings.
This commit is contained in:
parent
48570502cb
commit
20a6f829d5
5 changed files with 35 additions and 8 deletions
|
@ -851,7 +851,7 @@ static bool processOutCommand(uint8_t cmdMSP)
|
|||
}
|
||||
break;
|
||||
case MSP_CHANNEL_FORWARDING:
|
||||
headSerialReply(8);
|
||||
headSerialReply(MAX_SUPPORTED_SERVOS);
|
||||
for (i = 0; i < MAX_SUPPORTED_SERVOS; i++) {
|
||||
serialize8(currentProfile->servoConf[i].forwardFromChannel);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue