Skip to content

Commit

Permalink
Update boardd.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
CT921 committed Aug 7, 2023
1 parent fe7f7ae commit 0c37557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/boardd/boardd.cc
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ void peripheral_control_thread(Panda *panda, bool no_fan_control) {
}

// Disable IR on input timeout
if (nanos_since_boot() - last_driver_camera_t > 1e9) {
if (Params().getBool("dp_jetson") || nanos_since_boot() - last_driver_camera_t > 1e9) {
ir_pwr = 0;
}

Expand Down

0 comments on commit 0c37557

Please sign in to comment.