mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-19 15:54:00 +08:00
Stay in ELM327 mode during controls init (#21386)
This commit is contained in:
2
panda
2
panda
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