mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Configurable RC Smoothing
This commit is contained in:
parent
eaff64d25f
commit
b69bab33b2
4 changed files with 6 additions and 1 deletions
|
@ -857,7 +857,9 @@ void loop(void)
|
|||
}
|
||||
}
|
||||
|
||||
filterRc();
|
||||
if (masterConfig.rxConfig.rcSmoothing) {
|
||||
filterRc();
|
||||
}
|
||||
|
||||
annexCode();
|
||||
#if defined(BARO) || defined(SONAR)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue