mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 16:26:14 +08:00
boardd: log fan stall count (#27984)
* boardd: log fan stall count * bump panda * bump panda --------- Co-authored-by: Comma Device <device@comma.ai>
This commit is contained in:
+1
-1
Submodule cereal updated: 911cfac392...f6afcaf723
+1
-1
Submodule panda updated: e6cad01955...272b81e97b
@@ -385,6 +385,7 @@ std::optional<bool> send_panda_states(PubMaster *pm, const std::vector<Panda *>
|
||||
ps.setHarnessStatus(cereal::PandaState::HarnessStatus(health.car_harness_status_pkt));
|
||||
ps.setInterruptLoad(health.interrupt_load);
|
||||
ps.setFanPower(health.fan_power);
|
||||
ps.setFanStallCount(health.fan_stall_count);
|
||||
ps.setSafetyRxChecksInvalid((bool)(health.safety_rx_checks_invalid));
|
||||
ps.setSpiChecksumErrorCount(health.spi_checksum_error_count);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user