mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-20 21:42:05 +08:00
Stay in ELM327 mode during controls init (#21386)
This commit is contained in:
+1
-1
Submodule panda updated: d8385413c3...47ee46540f
@@ -67,7 +67,7 @@ void safety_setter_thread() {
|
||||
}
|
||||
|
||||
// VIN query done, stop listening to OBDII
|
||||
panda->set_safety_model(cereal::CarParams::SafetyModel::NO_OUTPUT);
|
||||
panda->set_safety_model(cereal::CarParams::SafetyModel::ELM327, 1);
|
||||
|
||||
std::string params;
|
||||
LOGW("waiting for params to set safety model");
|
||||
|
||||
Reference in New Issue
Block a user