Stay in ELM327 mode during controls init (#21386)

old-commit-hash: e7476943b60b7ffc8bbdd9b9b8f3cd14ab0cb089
This commit is contained in:
Willem Melching
2021-06-24 13:12:03 +02:00
committed by GitHub
parent 68865460ad
commit ba505de08c
2 changed files with 2 additions and 2 deletions
+1 -1
Submodule panda updated: d8385413c3...47ee46540f
+1 -1
View File
@@ -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");