1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 00:05:33 +03:00

Make RSSI inversion work for PWM ADC

This commit is contained in:
Andrey Miroshnikov 2017-03-03 11:36:15 +03:00
parent 98e76146e8
commit 75e34ce0c6
4 changed files with 14 additions and 7 deletions

View file

@ -991,7 +991,7 @@ void createDefaultConfig(master_t *config)
config->rxConfig.rssi_channel = 0;
config->rxConfig.rssi_scale = RSSI_SCALE_DEFAULT;
config->rxConfig.rssi_ppm_invert = 0;
config->rxConfig.rssi_invert = 0;
config->rxConfig.rcInterpolation = RC_SMOOTHING_AUTO;
config->rxConfig.rcInterpolationChannels = 0;
config->rxConfig.rcInterpolationInterval = 19;