Skip to content

Commit 4487e58

Browse files
committed
allow radar hud through
1 parent 929bf9b commit 4487e58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

opendbc/safety/modes/honda.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,8 @@ static safety_config honda_bosch_init(uint16_t param) {
334334
static CanMsg HONDA_CANFD_TX_MSGS[] = {{0xE4, 0, 5, .check_relay = true}, {0x296, 0, 4, .check_relay = false}, {0x33D, 0, 8, .check_relay = true}};
335335

336336
static CanMsg HONDA_CANFD_LONG_TX_MSGS[] = {{0xE4, 0, 5, .check_relay = true}, {0x1DF, 0, 8, .check_relay = false}, {0x1EF, 0, 8, .check_relay = false},
337-
{0x30C, 0, 8, .check_relay = false}, {0x33D, 0, 8, .check_relay = true}, {0x18DAB0F1, 0, 8, .check_relay = false}};
337+
{0x30C, 0, 8, .check_relay = false}, {0x33D, 0, 8, .check_relay = true}, {0x39F, 0, 8, .check_relay = false},
338+
{0x18DAB0F1, 0, 8, .check_relay = false}};
338339

339340
const uint16_t HONDA_PARAM_ALT_BRAKE = 1;
340341
const uint16_t HONDA_PARAM_RADARLESS = 8;

0 commit comments

Comments
 (0)