1
0
Fork 0
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:
borisbstyle 2016-01-25 23:53:47 +01:00
parent 112543efb2
commit 42bc172abc
2 changed files with 3 additions and 3 deletions

View file

@ -293,7 +293,7 @@ void annexCode(void)
rcCommand[PITCH] = rcCommand_PITCH;
}
if (masterConfig.rxConfig.rcSmoothing) {
if (masterConfig.rxConfig.rcSmoothing || flightModeFlags) {
filterRc();
}