sandeepmistry / arduino-CAN

An Arduino library for sending and receiving data using CAN bus.
MIT License
696 stars 237 forks source link

Filter multiple id with esp32 #100

Open Davi512 opened 2 years ago

Davi512 commented 2 years ago

Hi,

I need to filter two ID's.

I use CAN.filter(id); but this give me only one ID. In mcp2515 I can filter a couple ID's.

eastwife commented 2 years ago

CAN1.filter(id1) CAN2.filter(id2)

eastwife commented 2 years ago

ESP32SJA1000Class CAN1; ESP32SJA1000Class CAN2;

silk-indus commented 1 year ago

Please check this issue.