if sky visible

old-commit-hash: e892d6a9d9
This commit is contained in:
Adeeb Shihadeh
2020-06-18 14:40:57 -07:00
parent 16b4216a40
commit a8edabe453
+1 -1
View File
@@ -191,7 +191,7 @@ def no_gps_alert(CP, sm, metric):
two = sm['thermal'].hwType == log.HealthData.HwType.uno
return Alert(
"Poor GPS reception",
"Contact Support" if two else "Check GPS antenna placement",
"If sky visible, contact support" if two else "Check GPS antenna placement",
AlertStatus.normal, AlertSize.mid,
Priority.LOWER, VisualAlert.none, AudibleAlert.none, 0., 0., .2, creation_delay=300.),