From fc2ba985bbbc7863db6f2a476323870b52914ea7 Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Sun, 26 Nov 2023 12:10:14 +0900 Subject: [PATCH] Rover: SYSID_MYGCS param increment --- Rover/Parameters.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Rover/Parameters.cpp b/Rover/Parameters.cpp index 313cec0c21..5d4a84fc9b 100644 --- a/Rover/Parameters.cpp +++ b/Rover/Parameters.cpp @@ -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),