mirror of https://github.com/ArduPilot/ardupilot
Blimp: SYSID_MYGCS param increment
This commit is contained in:
parent
fc2ba985bb
commit
f435632a35
|
@ -41,6 +41,7 @@ const AP_Param::Info Blimp::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),
|
||||
|
||||
|
|
Loading…
Reference in New Issue