diff --git a/log.capnp b/log.capnp index 3a97671bf58918..adf76c488dacd3 100644 --- a/log.capnp +++ b/log.capnp @@ -1768,5 +1768,6 @@ struct Event { kalmanOdometry @65 :KalmanOdometry; thumbnail @66: Thumbnail; carEvents @68: List(Car.CarEvent); + carParams @69: Car.CarParams; } }