Skip to content

Commit e528a20

Browse files
committed
Read RPM from fan connected to Panda
1 parent 8472175 commit e528a20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

log.capnp

+2-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,8 @@ struct HealthData {
305305
canSendErrs @7 :UInt32;
306306
canFwdErrs @8 :UInt32;
307307
gmlanSendErrs @9 :UInt32;
308-
hwType @10: HwType;
308+
hwType @10 :HwType;
309+
fanSpeedRpm @11 :UInt16;
309310

310311
enum HwType {
311312
unknown @0;

0 commit comments

Comments
 (0)