Increased slightly the Auto_trim time

This commit is contained in:
Jason Short 2011-12-09 15:34:38 -08:00
parent 3ff7b047d5
commit 307723960d
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ static void arm_motors()
if (arming_counter == LEVEL_DELAY){
//Serial.printf("\nAL\n");
// begin auto leveling
auto_level_counter = 200;
auto_level_counter = 250;
arming_counter = 0;
}else if (arming_counter == ARM_DELAY){