Reduce airmode activation percent to 25

In recognition of a more appropriate value based on the average hardware in use today.
This commit is contained in:
Bruce Luckcuck 2019-02-02 11:20:15 -05:00
parent fd297b6b2c
commit 9fd82882e0
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ void pgResetFn_rxConfig(rxConfig_t *rxConfig)
.rcInterpolationChannels = INTERPOLATION_CHANNELS_RPYT,
.rcInterpolationInterval = 19,
.fpvCamAngleDegrees = 0,
.airModeActivateThreshold = 32,
.airModeActivateThreshold = 25,
.max_aux_channel = DEFAULT_AUX_CHANNEL_COUNT,
.rc_smoothing_type = RC_SMOOTHING_TYPE_FILTER,
.rc_smoothing_input_cutoff = 0, // automatically calculate the cutoff by default