1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 17:25:20 +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

@ -414,6 +414,7 @@ static void resetConf(void)
masterConfig.rxConfig.rssi_channel = 0;
masterConfig.rxConfig.rssi_scale = RSSI_SCALE_DEFAULT;
masterConfig.rxConfig.rssi_ppm_invert = 0;
masterConfig.rxConfig.rcSmoothing = 1;
resetAllRxChannelRangeConfigurations(masterConfig.rxConfig.channelRanges);