We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a87805a commit df80b87Copy full SHA for df80b87
car.capnp
@@ -445,13 +445,21 @@ struct CarParams {
445
446
struct CarFw {
447
ecu @0 :Ecu;
448
- fwVersion @1 :Text;
+ fwVersion @1 :Data;
449
+ address @2: UInt32;
450
+ subAddress @3: UInt8;
451
}
452
453
enum Ecu {
454
eps @0;
455
esp @1;
456
fwdRadar @2;
457
fwdCamera @3;
458
+ engine @4;
459
+ unknown @5;
460
+
461
+ # Toyota only
462
+ dsu @6;
463
+ apgs @7;
464
465
0 commit comments