mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
New Defaults // Rc smoothing always enabled in level modes
This commit is contained in:
parent
112543efb2
commit
42bc172abc
2 changed files with 3 additions and 3 deletions
|
@ -293,7 +293,7 @@ void annexCode(void)
|
|||
rcCommand[PITCH] = rcCommand_PITCH;
|
||||
}
|
||||
|
||||
if (masterConfig.rxConfig.rcSmoothing) {
|
||||
if (masterConfig.rxConfig.rcSmoothing || flightModeFlags) {
|
||||
filterRc();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue