reset All for Auto takeoff

This commit is contained in:
Jason Short 2012-02-10 22:54:29 -08:00
parent b1d52da431
commit 969ac70000

View File

@ -233,6 +233,9 @@ static void do_takeoff()
//Serial.printf("abs alt: %ld",temp.alt);
}
// prevent flips
reset_I_all();
// Set our waypoint
set_next_WP(&temp);
}