replay: set CarParamsPersistent

old-commit-hash: 26517a0ef920eb7dc89663ee599c1f1d06166c88
This commit is contained in:
Shane Smiskol
2022-09-26 23:50:49 -07:00
parent a27814c513
commit 867193b686
+1
View File
@@ -290,6 +290,7 @@ void Replay::startStream(const Segment *cur_segment) {
auto words = capnp::messageToFlatArray(builder);
auto bytes = words.asBytes();
Params().put("CarParams", (const char *)bytes.begin(), bytes.size());
Params().put("CarParamsPersistent", (const char *)bytes.begin(), bytes.size());
} else {
rWarning("failed to read CarParams from current segment");
}