mirror of
https://github.com/liquidraver/ZephCore.git
synced 2026-09-02 07:03:54 +00:00
GPS fixes no longer overwrite prefs lat/lon — adverts use only manually-set coordinates (via gps setloc or companion app) Precise GPS position served via telemetry requests only getNodeLat()/getNodeLon() returns live GPS fix Last good fix persisted to /lfs/gps_pos — survives reboots | Command | Description | |---------|-------------| | `gps` | Show GPS status (`on` or `off`) | | `gps on` | Enable GPS module | | `gps off` | Disable GPS module | | `gps setloc` | Update stored latitude/longitude from current GPS fix | | `gps advert` | Show current location advertising policy | | `gps advert none` | Do not include location in advertisements | | `gps advert share` | Include live GPS location in advertisements | | `gps advert prefs` | Include stored lat/lon from prefs in advertisements |