mirror of https://github.com/ArduPilot/ardupilot
Rover: clarify SYSID_MAV parameter description
This commit is contained in:
parent
d20a7deee1
commit
ab70cb13af
|
@ -43,8 +43,8 @@ const AP_Param::Info var_info[] PROGMEM = {
|
|||
GSCALAR(rssi_pin, "RSSI_PIN", -1),
|
||||
|
||||
// @Param: SYSID_THIS_MAV
|
||||
// @DisplayName: MAVLink system ID
|
||||
// @Description: ID used in MAVLink protocol to identify this vehicle
|
||||
// @DisplayName: MAVLink system ID of this vehicle
|
||||
// @Description: Allows setting an individual MAVLink system id for this vehicle to distinguish it from others on the same network
|
||||
// @Range: 1 255
|
||||
// @User: Advanced
|
||||
GSCALAR(sysid_this_mav, "SYSID_THISMAV", MAV_SYSTEM_ID),
|
||||
|
|
Loading…
Reference in New Issue