mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 15:25:36 +03:00
Move to Msp 1.44
This commit is contained in:
parent
5058fba97d
commit
4f38b40446
1 changed files with 1 additions and 0 deletions
|
@ -2672,6 +2672,7 @@ static mspResult_e mspProcessInCommand(mspDescriptor_t srcDesc, int16_t cmdMSP,
|
|||
currentPidProfile->motor_output_limit = sbufReadU8(src);
|
||||
currentPidProfile->auto_profile_cell_count = sbufReadU8(src);
|
||||
currentPidProfile->idle_min_rpm = sbufReadU8(src);
|
||||
}
|
||||
if (sbufBytesRemaining(src) >= 3) {
|
||||
// Added in MSP API 1.44
|
||||
#if defined(USE_INTERPOLATED_SP)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue