Open martinpeterbauer opened 10 months ago
1) 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]);
2) In the examples: On ESP32 plattforms, the Interrupt-Trigger is not "LOW" but "ONLOW"
Best regards, Martin
1) 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]);
2) In the examples: On ESP32 plattforms, the Interrupt-Trigger is not "LOW" but "ONLOW"
Best regards, Martin