mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Added RSSI offset to complement RSSI scaling.
This commit is contained in:
parent
c1e88ae7f4
commit
a9c1f02afb
4 changed files with 5 additions and 1 deletions
|
@ -52,6 +52,7 @@ void pgResetFn_rxConfig(rxConfig_t *rxConfig)
|
|||
.rssi_src_frame_errors = false,
|
||||
.rssi_channel = 0,
|
||||
.rssi_scale = RSSI_SCALE_DEFAULT,
|
||||
.rssi_offset = 0,
|
||||
.rssi_invert = 0,
|
||||
.rcInterpolation = RC_SMOOTHING_AUTO,
|
||||
.rcInterpolationChannels = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue