mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
Increased slightly the Auto_trim time
This commit is contained in:
parent
3ff7b047d5
commit
307723960d
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user