1
0
Fork 0
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:
Ivan Efimov 2021-12-18 15:28:19 -06:00
parent 4b44378b4d
commit d5c31accdf
9 changed files with 255 additions and 86 deletions

View file

@ -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;