mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 12:25:20 +03:00
Merge pull request #556 from KiteAnton/bugfix_serial_msp
Bugfix MSP_ADVANCED_TUNING
This commit is contained in:
commit
f2460219b8
1 changed files with 1 additions and 1 deletions
|
@ -1259,7 +1259,7 @@ static bool processOutCommand(uint8_t cmdMSP)
|
|||
serialize16(currentProfile->pidProfile.yaw_lpf_hz);
|
||||
break;
|
||||
case MSP_ADVANCED_TUNING:
|
||||
headSerialReply(3 * 3);
|
||||
headSerialReply(3 * 2);
|
||||
serialize16(currentProfile->pidProfile.rollPitchItermIgnoreRate);
|
||||
serialize16(currentProfile->pidProfile.yawItermIgnoreRate);
|
||||
serialize16(currentProfile->pidProfile.yaw_p_limit);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue