mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
AutoLanding timeout for Mission Planner
This commit is contained in:
parent
c5dd970026
commit
bf8774c2f8
@ -385,6 +385,10 @@
|
||||
# define MAXIMUM_THROTTLE 1000
|
||||
#endif
|
||||
|
||||
#ifndef AUTO_LAND_TIME
|
||||
# define AUTO_LAND_TIME 20
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user