From 29bc6c058b546c36c8853c0eef686ab9fffe26a8 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Sun, 4 Feb 2024 12:06:23 -0500 Subject: [PATCH] Update CAN filters --- src/cluster.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cluster.c b/src/cluster.c index bde7d5a..d9fd16d 100644 --- a/src/cluster.c +++ b/src/cluster.c @@ -74,8 +74,8 @@ int hexagram_cluster_filter_can_if(hexagram_can_if *can_if) { struct can_filter filters[4] = { { .can_id = 0x280, .can_mask = 0x3f0 }, { .can_id = 0x320, .can_mask = 0x320 }, - { .can_id = 0x540, .can_mask = 0x540 }, - { .can_id = 0x5a0, .can_mask = 0x5a0 } + { .can_id = 0x420, .can_mask = 0x730 }, + { .can_id = 0x540, .can_mask = 0x5ff } }; return setsockopt(hexagram_can_if_fd(can_if),