AP_GPS: Fix incorrect values docstring on RAW_DATA
This commit is contained in:
parent
7837bbfd81
commit
2f97f9f416
@ -95,7 +95,7 @@ const AP_Param::GroupInfo AP_GPS::var_info[] = {
|
||||
// @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 every sample,5:log every 5 samples
|
||||
// @RebootRequired: True
|
||||
AP_GROUPINFO("RAW_DATA", 9, AP_GPS, _raw_data, 0),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user