Copter: land by default at end of RTL
This commit is contained in:
parent
6568234018
commit
7c78936bc5
@ -746,7 +746,7 @@
|
|||||||
|
|
||||||
// RTL Mode
|
// RTL Mode
|
||||||
#ifndef RTL_ALT_FINAL
|
#ifndef RTL_ALT_FINAL
|
||||||
# define RTL_ALT_FINAL 200 // the altitude the vehicle will move to as the final stage of Returning to Launch. Set to zero to land.
|
# define RTL_ALT_FINAL 0 // the altitude the vehicle will move to as the final stage of Returning to Launch. Set to zero to land.
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef RTL_ALT
|
#ifndef RTL_ALT
|
||||||
|
Loading…
Reference in New Issue
Block a user