Skip to content

Commit

Permalink
add more stuff to fw log in CarParams
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm committed Dec 17, 2019
1 parent a87805a commit df80b87
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion car.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -445,13 +445,21 @@ struct CarParams {

struct CarFw {
ecu @0 :Ecu;
fwVersion @1 :Text;
fwVersion @1 :Data;
address @2: UInt32;
subAddress @3: UInt8;
}

enum Ecu {
eps @0;
esp @1;
fwdRadar @2;
fwdCamera @3;
engine @4;
unknown @5;

# Toyota only
dsu @6;
apgs @7;
}
}

0 comments on commit df80b87

Please sign in to comment.