mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 09:28:31 -04:00
fix unit max. and unit type
This commit is contained in:
parent
07f5baea9e
commit
0c84b8abf1
@ -189,8 +189,8 @@ const AP_Param::Info var_info[] PROGMEM = {
|
|||||||
// @Param: THR_MIN
|
// @Param: THR_MIN
|
||||||
// @DisplayName: Minimum Throttle
|
// @DisplayName: Minimum Throttle
|
||||||
// @Description: The minimum throttle which the autopilot will apply.
|
// @Description: The minimum throttle which the autopilot will apply.
|
||||||
// @Units: Percent
|
// @Units: ms
|
||||||
// @Range: 0 100
|
// @Range: 0 1000
|
||||||
// @Increment: 1
|
// @Increment: 1
|
||||||
// @User: Standard
|
// @User: Standard
|
||||||
GSCALAR(throttle_min, "THR_MIN", MINIMUM_THROTTLE),
|
GSCALAR(throttle_min, "THR_MIN", MINIMUM_THROTTLE),
|
||||||
@ -198,8 +198,8 @@ const AP_Param::Info var_info[] PROGMEM = {
|
|||||||
// @Param: THR_MAX
|
// @Param: THR_MAX
|
||||||
// @DisplayName: Maximum Throttle
|
// @DisplayName: Maximum Throttle
|
||||||
// @Description: The maximum throttle which the autopilot will apply.
|
// @Description: The maximum throttle which the autopilot will apply.
|
||||||
// @Units: Percent
|
// @Units: ms
|
||||||
// @Range: 0 100
|
// @Range: 0 1000
|
||||||
// @Increment: 1
|
// @Increment: 1
|
||||||
// @User: Standard
|
// @User: Standard
|
||||||
GSCALAR(throttle_max, "THR_MAX", MAXIMUM_THROTTLE),
|
GSCALAR(throttle_max, "THR_MAX", MAXIMUM_THROTTLE),
|
||||||
|
Loading…
Reference in New Issue
Block a user