Finished Sonde support

This commit is contained in:
2026-09-13 14:04:03 -04:00
parent 1d1e7351db
commit 8eb3e49308
5 changed files with 124 additions and 76 deletions

View File

@@ -244,7 +244,6 @@ export const getTinyGSData = () => {
id: track.id,
satellite: track.name,
...latest,
altitudeKm: null,
velocity: {
v: track.state.groundSpeedKmh,
az: track.state.azVelocity,

File diff suppressed because one or more lines are too long