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

Change Default min_check to 1050

Reduce throttle deadband
This commit is contained in:
borisbstyle 2017-08-10 11:07:28 +02:00 committed by GitHub
parent ac2026be6f
commit 3f86178dc4

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