mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-24 15:32:07 +08:00
no vehicle was more confusing
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