docs: align gps output description with CLI

This commit is contained in:
Robert Ekl 2026-03-20 12:29:48 -05:00
parent 7fa7ac24db
commit a8783b372e
No known key found for this signature in database
GPG key ID: 224F2A3AEDFDEC85

View file

@ -811,7 +811,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
---