diff --git a/web/plates/gps.html b/web/plates/gps.html index 271777b9..ad3a267e 100755 --- a/web/plates/gps.html +++ b/web/plates/gps.html @@ -73,8 +73,8 @@
{{satellite.SatelliteID}} {{satellite.SatelliteNMEA}} - {{satellite.Elevation}} - {{satellite.Azimuth}} + {{satellite.Elevation < -5 ? "---" : satellite.Elevation}} + {{satellite.Azimuth < 0 ? "---" : satellite.Azimuth}} {{satellite.Signal < 1 ? "---" : satellite.Signal}}