Skip to content

Commit

Permalink
maxcheck default value bumped to 1950 to have better throttle resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Efimov committed Jul 13, 2022
1 parent 50dc8d0 commit 577ef1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/pg/rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ void pgResetFn_rxConfig(rxConfig_t *rxConfig)
.spektrum_sat_bind_autoreset = 1,
.midrc = RX_MID_USEC,
.mincheck = 1050,
.maxcheck = 1900,
.maxcheck = 1950,
.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
.rssi_src_frame_errors = false,
Expand Down

0 comments on commit 577ef1c

Please sign in to comment.