mirror of
https://github.com/smittix/intercept.git
synced 2026-07-06 00:28:12 -07:00
b530769016
Previously currentPos only had lat/lon, so the updateTelemetry fallback (used before first live position arrives) always showed '---' for altitude/elevation/azimuth/distance. currentPos now includes all fields computed from the request observer location. updateTelemetry simplified to delegate to applyTelemetryPosition.