mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-20 23:05:15 +03:00
Fix another saving bug
This commit is contained in:
parent
6ea5cbd6f3
commit
51afd78200
1 changed files with 2 additions and 2 deletions
|
@ -1449,8 +1449,8 @@ MSP.crunch = function (code) {
|
||||||
buffer.push16(ADVANCED_TUNING.rollPitchItermIgnoreRate)
|
buffer.push16(ADVANCED_TUNING.rollPitchItermIgnoreRate)
|
||||||
.push16(ADVANCED_TUNING.yawItermIgnoreRate)
|
.push16(ADVANCED_TUNING.yawItermIgnoreRate)
|
||||||
.push16(ADVANCED_TUNING.yaw_p_limit)
|
.push16(ADVANCED_TUNING.yaw_p_limit)
|
||||||
.buffer.push(ADVANCED_TUNING.deltaMethod)
|
.push8(ADVANCED_TUNING.deltaMethod)
|
||||||
.buffer.push(ADVANCED_TUNING.vbatPidCompensation);
|
.push8(ADVANCED_TUNING.vbatPidCompensation);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case MSP_codes.MSP_SET_SPECIAL_PARAMETERS:
|
case MSP_codes.MSP_SET_SPECIAL_PARAMETERS:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue