Skip to content

Commit f8c557f

Browse files
committed
Log can errors from panda
1 parent 04f105a commit f8c557f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

log.capnp

+4-1
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,11 @@ struct HealthData {
300300
started @2 :Bool;
301301
controlsAllowed @3 :Bool;
302302
gasInterceptorDetected @4 :Bool;
303-
startedSignalDetected @5 :Bool;
303+
startedSignalDetectedDeprecated @5 :Bool;
304304
isGreyPanda @6 :Bool;
305+
canSendErrs @7 :UInt32;
306+
canFwdErrs @8 :UInt32;
307+
gmlanSendErrs @9 :UInt32;
305308
}
306309

307310
struct LiveUI {

0 commit comments

Comments
 (0)