mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
Motor arming delays
Speeding up delays for motor arming commands - Level and Inflight leveling.
This commit is contained in:
parent
a076b45506
commit
dd23883097
@ -2,8 +2,8 @@
|
||||
|
||||
#define ARM_DELAY 10 // one second
|
||||
#define DISARM_DELAY 10 // one second
|
||||
#define LEVEL_DELAY 120 // twelve seconds
|
||||
#define AUTO_LEVEL_DELAY 150 // twentyfive seconds
|
||||
#define LEVEL_DELAY 70 // twelve seconds
|
||||
#define AUTO_LEVEL_DELAY 90 // twentyfive seconds
|
||||
|
||||
|
||||
// called at 10hz
|
||||
|
Loading…
Reference in New Issue
Block a user