mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
GPS: fix parameter descriptions
This commit is contained in:
parent
1fb81777f1
commit
6f72d202fe
@ -56,7 +56,7 @@ const AP_Param::GroupInfo AP_GPS::var_info[] PROGMEM = {
|
||||
#endif
|
||||
|
||||
#if GPS_RTK_AVAILABLE
|
||||
// @Param: DGPS_MIN_LOCK
|
||||
// @Param: MIN_DGPS
|
||||
// @DisplayName: Minimum Lock Type Accepted for DGPS
|
||||
// @Description: Sets the minimum type of differential GPS corrections required before allowing to switch into DGPS mode.
|
||||
// @Values: 0:Any,50:FloatRTK,100:IntegerRTK
|
||||
@ -99,10 +99,10 @@ const AP_Param::GroupInfo AP_GPS::var_info[] PROGMEM = {
|
||||
#endif
|
||||
|
||||
#if GPS_RTK_AVAILABLE
|
||||
// @Param: RXM_RAW
|
||||
// @Param: RAW_DATA
|
||||
// @DisplayName: Raw data logging
|
||||
// @Description: Enable logging of RXM raw data from uBlox which includes carrier phase and pseudo range information. This allows for post processing of dataflash logs for more precise positioning. Note that this requires a raw capable uBlox such as the 6P or 6T.
|
||||
// @Values: 0:Disabled,1:log at 1MHz,5:log at 5MHz.
|
||||
// @Values: 0:Disabled,1:log at 1MHz,5:log at 5MHz
|
||||
AP_GROUPINFO("RAW_DATA", 9, AP_GPS, _raw_data, 0),
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user