no vehicle was more confusing

This commit is contained in:
Adeeb Shihadeh
2021-01-18 15:50:26 -08:00
parent 0a911a5e28
commit 56dfb3de2d
+1 -1
View File
@@ -120,7 +120,7 @@ static void draw_panda_metric(UIState *s) {
std::string panda_message = "VEHICLE\nONLINE";
if (s->scene.hwType == cereal::HealthData::HwType::UNKNOWN) {
panda_severity = 2;
panda_message = "NO\nVEHICLE";
panda_message = "NO\nPANDA";
} else if (s->started) {
if (s->scene.satelliteCount < 6) {
panda_severity = 1;