Skip to content

Commit

Permalink
added HW type to support various panda versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rbiasini committed Jul 16, 2019
1 parent 820bf7b commit fb87dba
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions log.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,15 @@ struct HealthData {
canSendErrs @7 :UInt32;
canFwdErrs @8 :UInt32;
gmlanSendErrs @9 :UInt32;
hwType @10: HwType;

enum HwType {
unknown @0;
whitePanda @1;
greyPanda @2;
blackPanda @3;
pedal @4;
}
}

struct LiveUI {
Expand Down

0 comments on commit fb87dba

Please sign in to comment.