arduino-CAN icon indicating copy to clipboard operation
arduino-CAN copied to clipboard

ESP32SJA1000Class::filterExtended mask calculation incorrect

Open DaneDuPlooy opened this issue 1 year ago • 0 comments

In ESP32SJA1000Class::filterExtended, the mask calculation should be mask = ~(mask & 0x1FFFFFFF); not mask &= ~(mask & 0x1FFFFFFF);.

DaneDuPlooy avatar Feb 14 '24 13:02 DaneDuPlooy