Skip to content

Commit

Permalink
Copter: SYSID_MYGCS param increment
Browse files Browse the repository at this point in the history
  • Loading branch information
rmackay9 committed Nov 27, 2023
1 parent 93a2e72 commit d673cdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ArduCopter/Parameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const AP_Param::Info Copter::var_info[] = {
// @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),

Expand Down

0 comments on commit d673cdd

Please sign in to comment.