1
0
Fork 0
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:
Dominic Clifton 2014-06-21 22:39:42 +01:00
parent d2ff7550ac
commit ed3e0769cf
5 changed files with 12 additions and 8 deletions

View file

@ -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, &currentProfile.alt_hold_throttle_neutral, 1, 250 },
{ "alt_hold_deadband", VAR_UINT8, &currentProfile.alt_hold_deadband, 1, 250 },
{ "alt_hold_fast_change", VAR_UINT8, &currentProfile.alt_hold_fast_change, 0, 1 },
{ "throttle_correction_value", VAR_UINT8, &currentProfile.throttle_correction_value, 0, 150 },