Update car.capnp add car state flag for driving confirmation for extended acc starting state

This commit is contained in:
infiniteCable2
2025-08-01 17:20:03 +02:00
committed by GitHub
parent 72fd5cec97
commit a4ea65d124

View File

@@ -209,6 +209,7 @@ struct CarState {
vehicleSensorsInvalid @52 :Bool; # invalid steering angle readings, etc.
lowSpeedAlert @56 :Bool; # lost steering control due to a dynamic min steering speed
blockPcmEnable @60 :Bool; # whether to allow PCM to enable this frame
drivingConfirmation @62 :Bool;
# cruise state
cruiseState @10 :CruiseState;