mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-06 05:52:12 +08:00
Stay in ELM327 mode during controls init (#21386)
old-commit-hash: e7476943b60b7ffc8bbdd9b9b8f3cd14ab0cb089
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