You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In ArduinoMCP2515.cpp
Please correct it to:
if (filter_size >= 3) _cfg.setFilterId_RxF4(filter[2]);
if (filter_size >= 4) _cfg.setFilterId_RxF5(filter[3]);
In the examples: On ESP32 plattforms, the Interrupt-Trigger is not "LOW" but "ONLOW"
Best regards, Martin
The text was updated successfully, but these errors were encountered:
In ArduinoMCP2515.cpp
Please correct it to:
if (filter_size >= 3) _cfg.setFilterId_RxF4(filter[2]);
if (filter_size >= 4) _cfg.setFilterId_RxF5(filter[3]);
In the examples: On ESP32 plattforms, the Interrupt-Trigger is not "LOW" but "ONLOW"
Best regards, Martin
The text was updated successfully, but these errors were encountered: