mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
Copter: fix to SPIN_ARMED parameter desciption
This commit is contained in:
parent
b709b90a59
commit
62f3eed4e0
@ -38,7 +38,7 @@ const AP_Param::GroupInfo AP_Motors::var_info[] PROGMEM = {
|
||||
// @Param: SPIN_ARMED
|
||||
// @DisplayName: Motors always spin when armed
|
||||
// @Description: Controls whether motors always spin when armed
|
||||
// @Values: 0:Do Not Spin,50:Slow,90:Medium,130:Fast
|
||||
// @Values: 0:Do Not Spin,50:Slow,85:Medium,120:Fast
|
||||
AP_GROUPINFO("SPIN_ARMED", 4, AP_Motors, _spin_when_armed, AP_MOTORS_SPIN_WHEN_ARMED),
|
||||
|
||||
AP_GROUPEND
|
||||
|
Loading…
Reference in New Issue
Block a user