no vehicle was more confusing

old-commit-hash: 56dfb3de2d
commatwo_master
Adeeb Shihadeh 5 years ago
parent 90dda34c8b
commit 8227270769
  1. 2
      selfdrive/ui/sidebar.cc

@ -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;

Loading…
Cancel
Save