From 983965258879fe9603634e5bc45f169169ea8a18 Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Sat, 25 Nov 2023 13:53:48 +0900 Subject: [PATCH] Sub: SYSID_MYGCS param increment Also add range --- ArduSub/Parameters.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ArduSub/Parameters.cpp b/ArduSub/Parameters.cpp index 73ce3dbcb0..83ce1933c3 100644 --- a/ArduSub/Parameters.cpp +++ b/ArduSub/Parameters.cpp @@ -47,6 +47,8 @@ const AP_Param::Info Sub::var_info[] = { // @Param: SYSID_MYGCS // @DisplayName: My ground station number // @Description: Allows restricting radio overrides to only come from my ground station + // @Range: 1 255 + // @Increment: 1 // @User: Advanced GSCALAR(sysid_my_gcs, "SYSID_MYGCS", 255),