mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 04:15:44 +03:00
Renamed alt_hold_throttle_neutral to alt_hold_deadband for consistency.
This commit is contained in:
parent
d2ff7550ac
commit
ed3e0769cf
5 changed files with 12 additions and 8 deletions
|
@ -232,7 +232,7 @@ const clivalue_t valueTable[] = {
|
|||
{ "gyro_cmpf_factor", VAR_UINT16, &masterConfig.gyro_cmpf_factor, 100, 1000 },
|
||||
{ "gyro_cmpfm_factor", VAR_UINT16, &masterConfig.gyro_cmpfm_factor, 100, 1000 },
|
||||
|
||||
{ "alt_hold_throttle_neutral", VAR_UINT8, ¤tProfile.alt_hold_throttle_neutral, 1, 250 },
|
||||
{ "alt_hold_deadband", VAR_UINT8, ¤tProfile.alt_hold_deadband, 1, 250 },
|
||||
{ "alt_hold_fast_change", VAR_UINT8, ¤tProfile.alt_hold_fast_change, 0, 1 },
|
||||
|
||||
{ "throttle_correction_value", VAR_UINT8, ¤tProfile.throttle_correction_value, 0, 150 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue