no vehicle was more confusing

pull/19832/head
Adeeb Shihadeh 4 years ago
parent 0a911a5e28
commit 56dfb3de2d
  1. 2
      selfdrive/ui/sidebar.cc

@ -120,7 +120,7 @@ static void draw_panda_metric(UIState *s) {
std::string panda_message = "VEHICLE\nONLINE"; std::string panda_message = "VEHICLE\nONLINE";
if (s->scene.hwType == cereal::HealthData::HwType::UNKNOWN) { if (s->scene.hwType == cereal::HealthData::HwType::UNKNOWN) {
panda_severity = 2; panda_severity = 2;
panda_message = "NO\nVEHICLE"; panda_message = "NO\nPANDA";
} else if (s->started) { } else if (s->started) {
if (s->scene.satelliteCount < 6) { if (s->scene.satelliteCount < 6) {
panda_severity = 1; panda_severity = 1;

Loading…
Cancel
Save