esp32_can
esp32_can copied to clipboard
Add TWAI operation mode
This PR allows you to set the operation mode of the TWAI driver to NO_ACK
the same way you can set it to listen only:
CAN0.setNoACKMode(true);