mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
Fix Configurator Pid Controller Reset // Fix luxfloat no filter bug // Defaults for Version 2.9.0
This commit is contained in:
parent
f70f2960a8
commit
3d9b180b33
5 changed files with 10 additions and 45 deletions
|
@ -1500,7 +1500,7 @@ static bool processInCommand(void)
|
|||
break;
|
||||
|
||||
case MSP_SET_RESET_CURR_PID:
|
||||
//resetPidProfile(¤tProfile->pidProfile);
|
||||
resetPidProfile(¤tProfile->pidProfile);
|
||||
break;
|
||||
|
||||
case MSP_SET_SENSOR_ALIGNMENT:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue