mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
Copter: Fix SYSID ranges to support GCS display of param correctly
This commit is contained in:
parent
2bfcb93cb1
commit
a6078cd281
@ -40,12 +40,14 @@ const AP_Param::Info var_info[] PROGMEM = {
|
||||
// @Param: SYSID_THISMAV
|
||||
// @DisplayName: Mavlink version
|
||||
// @Description: Allows reconising the mavlink version
|
||||
// @Range: 1 255
|
||||
// @User: Advanced
|
||||
GSCALAR(sysid_this_mav, "SYSID_THISMAV", MAV_SYSTEM_ID),
|
||||
|
||||
// @Param: SYSID_MYGCS
|
||||
// @DisplayName: My ground station number
|
||||
// @Description: Allows restricting radio overrides to only come from my ground station
|
||||
// @Range: 1 255
|
||||
// @User: Advanced
|
||||
GSCALAR(sysid_my_gcs, "SYSID_MYGCS", 255),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user