Copter: correct DISARM_DELAY metadata

This commit is contained in:
Henry Wurzburg 2022-08-25 10:52:38 -05:00 committed by Randy Mackay
parent 892a606642
commit c7ddc9867d

View File

@ -354,7 +354,7 @@ const AP_Param::Info Copter::var_info[] = {
// @Param: DISARM_DELAY
// @DisplayName: Disarm delay
// @Description: Delay before automatic disarm in seconds. A value of zero disables auto disarm.
// @Description: Delay before automatic disarm in seconds after landing touchdown detection. A value of zero disables auto disarm. If Emergency Motor stop active, delay time is half this value.
// @Units: s
// @Range: 0 127
// @User: Advanced