mirror of https://github.com/ArduPilot/ardupilot
upped throttle manual boost to 225
This commit is contained in:
parent
9986776e0d
commit
037221cd02
|
@ -1984,7 +1984,7 @@ static void update_altitude_est()
|
|||
//Serial.printf(" %d, %d, %d, %d\n", climb_rate_actual, climb_rate_error, climb_rate, current_loc.alt);
|
||||
}
|
||||
|
||||
#define THROTTLE_ADJUST 200
|
||||
#define THROTTLE_ADJUST 225
|
||||
static void
|
||||
adjust_altitude()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue