mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-09 07:32:06 +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> old-commit-hash: bda33a942f176f329c9a86e405b28593dfde05d6
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