Skip to content

Commit

Permalink
aar9 update
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-kong committed Oct 18, 2023
1 parent ac5b7bf commit ea0e229
Showing 1 changed file with 76 additions and 0 deletions.
76 changes: 76 additions & 0 deletions settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1519,6 +1519,82 @@
Description: Minimum speed for updating the current Course-Over-Ground value.
Notes: For value '0' Course-Over-Ground is updated always when a fix is available. For non '0' values, the Course-Over-Ground value will only be recomputed and updated when the speed exceeds the specified value.

- group: nmea
name: max_reported_sats
expert: true
type: integer
units: N/A
default value: '99'
readonly: false
Description: Maximum number of used satellites reported in GGA message. Range [0..99].
Notes:

- group: nmea
name: pos_mode_spp_report_as
expert: true
type: enum
units: N/A
default value: 'SPP'
readonly: false
enumerated possible values: Invalid,SPP
Description: A valid SPP solution will be reported as selected in GGA, RMC, VTG, GLL and GSA messages.
Notes:

- group: nmea
name: pos_mode_dgnss_report_as
expert: true
type: enum
units: N/A
default value: 'DGNSS'
readonly: false
enumerated possible values: Invalid,SPP,DGNSS
Description: A valid DGNSS solution will be reported as selected in GGA, RMC, VTG, GLL and GSA messages.
Notes:

- group: nmea
name: pos_mode_float_rtk_report_as
expert: true
type: enum
units: N/A
default value: 'Float RTK'
readonly: false
enumerated possible values: Invalid,SPP,DGNSS,Float RTK
Description: A valid Float RTK solution will be reported as selected in GGA, RMC, VTG, GLL and GSA messages.
Notes:

- group: nmea
name: pos_mode_fixed_rtk_report_as
expert: true
type: enum
units: N/A
default value: 'Fixed RTK'
readonly: false
enumerated possible values: Invalid,SPP,DGNSS,Float RTK,Fixed RTK
Description: A valid Fixed RTK solution will be reported as selected in GGA, RMC, VTG, GLL and GSA messages.
Notes:

- group: nmea
name: pos_mode_dr_report_as
expert: true
type: enum
units: N/A
default value: 'DR'
readonly: false
enumerated possible values: Invalid,SPP,DR
Description: A valid DR solution will be reported as selected in GGA, RMC, VTG, GLL and GSA messages.
Notes: If the SPP is selected, the number of used satellites will be set to 4, PDOP to 3.0, HDOP to 2.0, and VDOP to 2.0.

- group: nmea
name: pos_mode_sbas_report_as
expert: true
type: enum
units: N/A
default value: 'DGNSS'
readonly: false
enumerated possible values: Invalid,SPP,DGNSS
Description: A valid SBAS solution will be reported as selected in GGA, RMC, VTG, GLL and GSA messages.
Notes:

- group: ntrip
name: enable
expert: false
Expand Down

0 comments on commit ea0e229

Please sign in to comment.