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:
parent
98e76146e8
commit
75e34ce0c6
4 changed files with 14 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue