SITL: fix DisplayName and description of parameter
This commit is contained in:
parent
a0bfc823b3
commit
2f435d5099
@ -28,8 +28,8 @@ using namespace SITL;
|
|||||||
const AP_Param::GroupInfo Sprayer::var_info[] = {
|
const AP_Param::GroupInfo Sprayer::var_info[] = {
|
||||||
|
|
||||||
// @Param: ENABLE
|
// @Param: ENABLE
|
||||||
// @DisplayName: Gripper servo Sim enable/disable
|
// @DisplayName: Sprayer Sim enable/disable
|
||||||
// @Description: Allows you to enable (1) or disable (0) the gripper servo simulation
|
// @Description: Allows you to enable (1) or disable (0) the Sprayer simulation
|
||||||
// @Values: 0:Disabled,1:Enabled
|
// @Values: 0:Disabled,1:Enabled
|
||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
AP_GROUPINFO("ENABLE", 0, Sprayer, sprayer_enable, 0),
|
AP_GROUPINFO("ENABLE", 0, Sprayer, sprayer_enable, 0),
|
||||||
@ -122,4 +122,3 @@ bool Sprayer::should_report()
|
|||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user