mirror of https://github.com/commaai/cereal.git
Log can errors from panda
This commit is contained in:
parent
04f105a225
commit
f8c557fa37
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue