Browse Source

Made RTL Altitude hold current by default

mission-4.1.18
Jason Short 13 years ago
parent
commit
937a364dce
  1. 2
      ArduCopter/config.h

2
ArduCopter/config.h

@ -674,7 +674,7 @@ @@ -674,7 +674,7 @@
#endif
#ifndef ALT_HOLD_HOME
# define ALT_HOLD_HOME 10
# define ALT_HOLD_HOME 0 // height to return to Home, 0 = Maintain current altitude
#endif
#ifndef USE_CURRENT_ALT

Loading…
Cancel
Save