mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Tracker: SYSID_MYGCS param increment
This commit is contained in:
parent
d673cddf26
commit
befd601341
@ -23,6 +23,7 @@ const AP_Param::Info Tracker::var_info[] = {
|
|||||||
// @DisplayName: Ground station MAVLink system ID
|
// @DisplayName: Ground station MAVLink system 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.
|
// @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
|
// @Range: 1 255
|
||||||
|
// @Increment: 1
|
||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
GSCALAR(sysid_my_gcs, "SYSID_MYGCS", 255),
|
GSCALAR(sysid_my_gcs, "SYSID_MYGCS", 255),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user