Skip to content

Commit

Permalink
add espDisabled to carState (commaai#30)
Browse files Browse the repository at this point in the history
Co-authored-by: rbiasini <riccardo.biasini@gmail.com>
  • Loading branch information
pd0wm and rbiasini authored Feb 24, 2020
1 parent bb13121 commit 25eaf9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions car.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ struct CarState {
steeringRateLimited @29 :Bool; # if the torque is limited by the rate limiter
stockAeb @30 :Bool;
stockFcw @31 :Bool;
espDisabled @32 :Bool;

# cruise state
cruiseState @10 :CruiseState;
Expand Down

0 comments on commit 25eaf9d

Please sign in to comment.