Modellfan
Modellfan
Hi James, is the MCP2515 working for you with this changes? Did you try it with ESP32RET? I spend many hours to fix the 2515 driver and it is working...
This is not compatible anymore, because ESP32 S3 is using another version of the TWAI library: `#include "driver/twai.h"` I started to migrate to the new library, but for now just...
Created a pull request on this: https://github.com/collin80/esp32_can/pull/78 The delay should be propably as low as possible. Maybe we just can reset the watchdog also manually here