Skip to content

Commit

Permalink
block eacMonitor
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasloetkolben committed Oct 14, 2024
1 parent d5c6530 commit b3a1e5d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions board/safety/safety_tesla.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@ static int tesla_fwd_hook(int bus_num, int addr) {
block_msg = true;
}

if (addr == 0x27d) {
block_msg = true;
}

if (tesla_longitudinal && (addr == 0x2b9) && !tesla_stock_aeb) {
block_msg = true;
}
Expand Down

0 comments on commit b3a1e5d

Please sign in to comment.