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:
parent
ac2026be6f
commit
3f86178dc4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue