Log can errors from panda

This commit is contained in:
Riccardo 2019-07-10 21:25:24 -07:00
parent 04f105a225
commit f8c557fa37
1 changed files with 4 additions and 1 deletions

View File

@ -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 {