1
0
Fork 0
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:
borisbstyle 2015-08-16 23:25:16 +02:00
parent eaff64d25f
commit b69bab33b2
4 changed files with 6 additions and 1 deletions

View file

@ -857,7 +857,9 @@ void loop(void)
}
}
filterRc();
if (masterConfig.rxConfig.rcSmoothing) {
filterRc();
}
annexCode();
#if defined(BARO) || defined(SONAR)