replay: set CarParamsPersistent

This commit is contained in:
Shane Smiskol
2022-09-26 23:50:49 -07:00
parent 29b9a07393
commit 26517a0ef9

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");
}