config.h: Added RTL_APPROACH_DELAY config value.
This commit is contained in:
parent
f9affb3295
commit
7b277d7044
@ -523,6 +523,11 @@
|
||||
# define RTL_AUTO_LAND ENABLED
|
||||
#endif
|
||||
|
||||
// RTL Approach Delay in seconds
|
||||
#ifndef RTL_APPROACH_DELAY
|
||||
# define RTL_APPROACH_DELAY 20
|
||||
#endif
|
||||
|
||||
|
||||
// LOITER Mode
|
||||
#ifndef OF_LOITER_YAW
|
||||
|
Loading…
Reference in New Issue
Block a user