diff --git a/car.capnp b/car.capnp index 695f4a91bc47fd..e34fd26ec4710f 100644 --- a/car.capnp +++ b/car.capnp @@ -91,6 +91,7 @@ struct CarEvent @0x9b1657f34caf3ad3 { carUnrecognized @66; radarCommIssue @67; driverMonitorLowAcc @68; + invalidLkasSetting @69; } } @@ -151,7 +152,7 @@ struct CarState { # which packets this state came from canMonoTimes @12: List(UInt64); - + # blindspot sensors leftBlindspot @33 :Bool; # Is there something blocking the left lane change rightBlindspot @34 :Bool; # Is there something blocking the right lane change