Browse Source

Copter: small correction to RTL_ALT_FINAL param description

master
Randy Mackay 12 years ago
parent
commit
98f5e27dc3
  1. 2
      ArduCopter/Parameters.pde

2
ArduCopter/Parameters.pde

@ -146,7 +146,7 @@ const AP_Param::Info var_info[] PROGMEM = { @@ -146,7 +146,7 @@ const AP_Param::Info var_info[] PROGMEM = {
// @Param: RTL_ALT_FINAL
// @DisplayName: RTL Final Altitude
// @Description: This is the altitude the vehicle will move to as the final stage of Returning to Launch or after completing a mission. Set to -1 to disable, zero to land.
// @Description: This is the altitude the vehicle will move to as the final stage of Returning to Launch or after completing a mission. Set to zero to land.
// @Units: Centimeters
// @Range: -1 1000
// @Increment: 1

Loading…
Cancel
Save