jeroenveer

Results 2 issues of jeroenveer

Have noticed that the CAN1 with MCP2515 is not receiving all messages send on the bus. Tested with just 4 different messages all running al 10ms. ![afbeelding](https://github.com/collin80/esp32_can/assets/17003206/b430858a-c13c-4d7e-80f5-bb36f796d6a5) Switched the interrupt...

When you add a GPIO interrupt it keeps crashing. Without the CAN library it runs fine and without attachInterrupt it also runs fine. ``` #include int SpeedCounter = 0; void...