1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-21 23:35:34 +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

@ -291,7 +291,7 @@ static void resetConf(void)
parseRcChannels("AETR1234", &masterConfig.rxConfig);
currentProfile.deadband = 0;
currentProfile.yaw_deadband = 0;
currentProfile.alt_hold_throttle_neutral = 40;
currentProfile.alt_hold_deadband = 40;
currentProfile.alt_hold_fast_change = 1;
currentProfile.throttle_correction_value = 0; // could 10 with althold or 40 for fpv
currentProfile.throttle_correction_angle = 800; // could be 80.0 deg with atlhold or 45.0 for fpv