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
commit 7e4d5f723a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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
---