mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 16:23:56 -04:00
Copter: fix SYSID_ENFORCE parameter description
This commit is contained in:
parent
cc67335b26
commit
627e3faf41
@ -965,7 +965,7 @@ const AP_Param::GroupInfo ParametersG2::var_info[] = {
|
|||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
AP_GROUPINFO("ACRO_THR_MID", 10, ParametersG2, acro_thr_mid, ACRO_THR_MID_DEFAULT),
|
AP_GROUPINFO("ACRO_THR_MID", 10, ParametersG2, acro_thr_mid, ACRO_THR_MID_DEFAULT),
|
||||||
|
|
||||||
// @Group: SYSID_ENFORCE
|
// @Param: SYSID_ENFORCE
|
||||||
// @DisplayName: GCS sysid enforcement
|
// @DisplayName: GCS sysid enforcement
|
||||||
// @Description: This controls whether packets from other than the expected GCS system ID will be accepted
|
// @Description: This controls whether packets from other than the expected GCS system ID will be accepted
|
||||||
// @Values: 0:NotEnforced,1:Enforced
|
// @Values: 0:NotEnforced,1:Enforced
|
||||||
|
Loading…
Reference in New Issue
Block a user