mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-08-05 16:26:10 +08:00
no vehicle was more confusing
old-commit-hash: 56dfb3de2dd23f56b96524aeec7fcd6943b10116
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user