patch
This commit is contained in:
@@ -200,7 +200,8 @@ bool safety_rx_hook(const CANPacket_t *msg) {
|
||||
|
||||
bool valid = rx_msg_safety_check(msg, ¤t_safety_config, current_hooks);
|
||||
bool whitelisted = get_addr_check_index(msg, current_safety_config.rx_checks, current_safety_config.rx_checks_len) != -1;
|
||||
if (valid && whitelisted) {
|
||||
bool gm_rx_passthrough = current_safety_mode == SAFETY_GM;
|
||||
if (valid && (whitelisted || gm_rx_passthrough)) {
|
||||
current_hooks->rx(msg);
|
||||
}
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,2 +1,2 @@
|
||||
extern const uint8_t gitversion[19];
|
||||
const uint8_t gitversion[19] = "DEV-fd2209b0-DEBUG";
|
||||
const uint8_t gitversion[19] = "DEV-0d9c58ac-DEBUG";
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
|
||||
DEV-fd2209b0-DEBUG
|
||||
DEV-0d9c58ac-DEBUG
|
||||
Reference in New Issue
Block a user