Skip to content

Commit fb87dba

Browse files
committed
added HW type to support various panda versions
1 parent 820bf7b commit fb87dba

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

log.capnp

+9
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,15 @@ struct HealthData {
305305
canSendErrs @7 :UInt32;
306306
canFwdErrs @8 :UInt32;
307307
gmlanSendErrs @9 :UInt32;
308+
hwType @10: HwType;
309+
310+
enum HwType {
311+
unknown @0;
312+
whitePanda @1;
313+
greyPanda @2;
314+
blackPanda @3;
315+
pedal @4;
316+
}
308317
}
309318

310319
struct LiveUI {

0 commit comments

Comments
 (0)