Commit dda5ffd
committed
Update GPS defaults for better accuracy across M8/M9/M10
Changed defaults to provide better out-of-box accuracy:
- gps_ublox_use_galileo: OFF → ON
- gps_ublox_use_beidou: OFF → ON
- gps_ublox_use_glonass: OFF (unchanged)
- gps_ublox_nav_hz: 10 → 8
Rationale:
- 3 constellations (GPS+Galileo+Beidou) provide excellent coverage
- 8Hz allows M9 modules to use 32 satellites (vs 16 at ≥10Hz)
- Safe for M8 (handles 8Hz easily)
- Optimal for M10 with 3 constellations at default clock
- Glonass remains OFF to avoid M10 processing overhead
Updated nav_hz description to document M9's 16-satellite
limitation at ≥10Hz, discovered through u-blox forum research
and Clive Turvey's code analysis.
Regenerated Settings.md from settings.yaml.
Related: GPS preset UI feature1 parent 5343a7f commit dda5ffd
2 files changed
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1734 | 1734 | | |
1735 | 1735 | | |
1736 | 1736 | | |
1737 | | - | |
| 1737 | + | |
1738 | 1738 | | |
1739 | 1739 | | |
1740 | 1740 | | |
1741 | | - | |
| 1741 | + | |
1742 | 1742 | | |
1743 | 1743 | | |
1744 | 1744 | | |
| |||
1748 | 1748 | | |
1749 | 1749 | | |
1750 | 1750 | | |
1751 | | - | |
| 1751 | + | |
1752 | 1752 | | |
1753 | 1753 | | |
1754 | 1754 | | |
| |||
1758 | 1758 | | |
1759 | 1759 | | |
1760 | 1760 | | |
1761 | | - | |
| 1761 | + | |
1762 | 1762 | | |
1763 | 1763 | | |
1764 | 1764 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1757 | 1757 | | |
1758 | 1758 | | |
1759 | 1759 | | |
1760 | | - | |
| 1760 | + | |
1761 | 1761 | | |
1762 | 1762 | | |
1763 | 1763 | | |
1764 | 1764 | | |
1765 | | - | |
| 1765 | + | |
1766 | 1766 | | |
1767 | 1767 | | |
1768 | 1768 | | |
| |||
1777 | 1777 | | |
1778 | 1778 | | |
1779 | 1779 | | |
1780 | | - | |
1781 | | - | |
| 1780 | + | |
| 1781 | + | |
1782 | 1782 | | |
1783 | 1783 | | |
1784 | 1784 | | |
| |||
0 commit comments