1
0
Fork 0
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:
mikeller 2018-06-03 17:55:59 +12:00
parent c1e88ae7f4
commit a9c1f02afb
4 changed files with 5 additions and 1 deletions

View file

@ -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,