mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
FW sliders: separate MSP commands for requesting calculations but not applying them into the FW
This commit is contained in:
parent
4b44378b4d
commit
d5c31accdf
9 changed files with 255 additions and 86 deletions
|
@ -314,7 +314,7 @@ static const void *cmsx_simplifiedTuningOnExit(displayPort_t *pDisp, const OSD_E
|
|||
gyroConfigMutable()->simplified_gyro_filter = cmsx_simplified_gyro_filter;
|
||||
gyroConfigMutable()->simplified_gyro_filter_multiplier = cmsx_simplified_gyro_filter_multiplier;
|
||||
|
||||
applySimplifiedTuning(currentPidProfile);
|
||||
applySimplifiedTuning(currentPidProfile, gyroConfigMutable());
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue