upped throttle manual boost to 225

This commit is contained in:
Jason Short 2012-03-10 12:37:28 -08:00
parent 9986776e0d
commit 037221cd02
1 changed files with 1 additions and 1 deletions

View File

@ -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()
{