Skip to content

Commit

Permalink
Read RPM from fan connected to Panda
Browse files Browse the repository at this point in the history
  • Loading branch information
rbiasini committed Sep 20, 2019
1 parent 8472175 commit e528a20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion log.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,8 @@ struct HealthData {
canSendErrs @7 :UInt32;
canFwdErrs @8 :UInt32;
gmlanSendErrs @9 :UInt32;
hwType @10: HwType;
hwType @10 :HwType;
fanSpeedRpm @11 :UInt16;

enum HwType {
unknown @0;
Expand Down

0 comments on commit e528a20

Please sign in to comment.