Skip to content

Commit

Permalink
Log can errors from panda
Browse files Browse the repository at this point in the history
  • Loading branch information
rbiasini committed Jul 11, 2019
1 parent 04f105a commit f8c557f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion log.capnp
Expand Up @@ -300,8 +300,11 @@ struct HealthData {
started @2 :Bool;
controlsAllowed @3 :Bool;
gasInterceptorDetected @4 :Bool;
startedSignalDetected @5 :Bool;
startedSignalDetectedDeprecated @5 :Bool;
isGreyPanda @6 :Bool;
canSendErrs @7 :UInt32;
canFwdErrs @8 :UInt32;
gmlanSendErrs @9 :UInt32;
}

struct LiveUI {
Expand Down

0 comments on commit f8c557f

Please sign in to comment.