Plane: SYSID_MYGCS param increment

This commit is contained in:
Randy Mackay 2023-11-25 13:53:56 +09:00
parent 9839652588
commit 93a2e728da

View File

@ -23,6 +23,7 @@ const AP_Param::Info Plane::var_info[] = {
// @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.
// @Range: 1 255
// @Increment: 1
// @User: Advanced
GSCALAR(sysid_my_gcs, "SYSID_MYGCS", 255),