mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
Copter: SYSID_MYGCS param increment
This commit is contained in:
parent
93a2e728da
commit
d673cddf26
@ -46,6 +46,7 @@ const AP_Param::Info Copter::var_info[] = {
|
|||||||
// @DisplayName: My ground station number
|
// @DisplayName: My ground station number
|
||||||
// @Description: Allows restricting radio overrides to only come from my ground station
|
// @Description: Allows restricting radio overrides to only come from my ground station
|
||||||
// @Range: 1 255
|
// @Range: 1 255
|
||||||
|
// @Increment: 1
|
||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
GSCALAR(sysid_my_gcs, "SYSID_MYGCS", 255),
|
GSCALAR(sysid_my_gcs, "SYSID_MYGCS", 255),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user