mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 13:38:38 -04:00
Sub: SYSID_MYGCS param increment
Also add range
This commit is contained in:
parent
f435632a35
commit
9839652588
@ -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),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user