1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 09:16:07 +03:00

Merge pull request #3800 from betaflight/borisbstyle-min-check

Change Default min_check to 1050
This commit is contained in:
borisbstyle 2017-08-10 13:58:03 +02:00 committed by GitHub
commit b5f5421442

View file

@ -130,7 +130,7 @@ void pgResetFn_rxConfig(rxConfig_t *rxConfig)
.spektrum_sat_bind = 0,
.spektrum_sat_bind_autoreset = 1,
.midrc = RX_MID_USEC,
.mincheck = 1100,
.mincheck = 1050,
.maxcheck = 1900,
.rx_min_usec = RX_MIN_USEC, // any of first 4 channels below this value will trigger rx loss detection
.rx_max_usec = RX_MAX_USEC, // any of first 4 channels above this value will trigger rx loss detection