mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-03 22:48:28 -04:00
Sub: Remove enumerations from SYSID_MYGCS parameter
This commit is contained in:
parent
19a5b38ff5
commit
9733350f5d
@ -61,7 +61,6 @@ 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
|
||||
// @Values: 255:Mission Planner and DroidPlanner, 252: AP Planner 2
|
||||
// @User: Advanced
|
||||
GSCALAR(sysid_my_gcs, "SYSID_MYGCS", 255),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user