mirror of https://github.com/ArduPilot/ardupilot
Rover: SYSID_MYGCS param increment
This commit is contained in:
parent
cb1c912edf
commit
fc2ba985bb
|
@ -42,6 +42,7 @@ const AP_Param::Info Rover::var_info[] = {
|
|||
// @DisplayName: MAVLink ground station ID
|
||||
// @Description: The identifier of the ground station in the MAVLink protocol. Don't change this unless you also modify the ground station to match.
|
||||
// @Range: 1 255
|
||||
// @Increment: 1
|
||||
// @User: Advanced
|
||||
GSCALAR(sysid_my_gcs, "SYSID_MYGCS", 255),
|
||||
|
||||
|
|
Loading…
Reference in New Issue