Browse Source
Merge pull request #2102 from robekl/docs-gps-output-format
docs: align gps output description with CLI
pull/2100/merge
Liam Cottle
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
1 deletions
-
docs/cli_commands.md
|
|
|
@ -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 |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
|