mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 04:45:20 +03:00
MSP fixes
This commit is contained in:
parent
c917f69ac7
commit
4a0e855a43
3 changed files with 9 additions and 4 deletions
|
@ -683,6 +683,9 @@ MspHelper.prototype.process_data = function(dataHandler) {
|
|||
FILTER_CONFIG.yaw_lpf_hz = data.getUint16(offset, 1);
|
||||
break;
|
||||
|
||||
case MSPCodes.MSP_SET_PID_ADVANCED:
|
||||
console.log("Advanced PID settings saved");
|
||||
break;
|
||||
case MSPCodes.MSP_PID_ADVANCED:
|
||||
var offset = 0;
|
||||
if (semver.gte(CONFIG.flightControllerVersion, "3.0.0")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue