Merge pull request #2102 from robekl/docs-gps-output-format

docs: align gps output description with CLI
This commit is contained in:
Liam Cottle
2026-04-13 01:51:51 +12:00
committed by GitHub

View File

@@ -856,7 +856,9 @@ region save
**Default:** `off`
**Note:** Output format: `{status}, {fix}, {sat count}` (when enabled)
**Note:** Output format:
- `off` when the GPS hardware is disabled
- `on, {active|deactivated}, {fix|no fix}, {sat count} sats` when the GPS hardware is enabled
---