mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-28 02:33:58 -04:00
AP_GPS: correct GNSS_MODE parameter description
This commit is contained in:
parent
bfa40f76d8
commit
ba35528150
@ -32,7 +32,7 @@ const AP_Param::GroupInfo AP_GPS::Params::var_info[] = {
|
||||
|
||||
// @Param: GNSS_MODE
|
||||
// @DisplayName: GNSS system configuration
|
||||
// @Description: Bitmask for what GNSS system to use on the first GPS (all unchecked or zero to leave GPS as configured)
|
||||
// @Description: Bitmask for what GNSS system to use (all unchecked or zero to leave GPS as configured)
|
||||
// @Bitmask: 0:GPS,1:SBAS,2:Galileo,3:Beidou,4:IMES,5:QZSS,6:GLONASS
|
||||
// @User: Advanced
|
||||
AP_GROUPINFO("GNSS_MODE", 2, AP_GPS::Params, gnss_mode, 0),
|
||||
|
Loading…
Reference in New Issue
Block a user