Fix another saving bug

10.3.x-maintenance
U-DESKTOP-12PPI61\boris.bozic 2016-06-27 14:34:33 +02:00
parent 6ea5cbd6f3
commit 51afd78200
1 changed files with 2 additions and 2 deletions

View File

@ -1449,8 +1449,8 @@ MSP.crunch = function (code) {
buffer.push16(ADVANCED_TUNING.rollPitchItermIgnoreRate)
.push16(ADVANCED_TUNING.yawItermIgnoreRate)
.push16(ADVANCED_TUNING.yaw_p_limit)
.buffer.push(ADVANCED_TUNING.deltaMethod)
.buffer.push(ADVANCED_TUNING.vbatPidCompensation);
.push8(ADVANCED_TUNING.deltaMethod)
.push8(ADVANCED_TUNING.vbatPidCompensation);
}
break;
case MSP_codes.MSP_SET_SPECIAL_PARAMETERS: