1
0
Fork 0
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:
Dominic Clifton 2015-05-21 02:02:33 +01:00
parent 48570502cb
commit 20a6f829d5
5 changed files with 35 additions and 8 deletions

View file

@ -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);
}