Skip to content

v1.0.3 - Fixed the hardware filter values truncated to 16-bit bug

Latest

Choose a tag to compare

@FundyLab FundyLab released this 06 Jun 16:18

fix: hardware filter values truncated to 16-bit

Hardware mask/filter settings were stored in int16_t,
causing corruption of extended CAN IDs (29-bit).

Changed DeviceSettings::hwf[] and related parsing buffers
from int16_t to int32_t.