Skip to content

V2.3.4

Latest

Choose a tag to compare

@baorepo baorepo released this 26 May 03:32

Changes

  • Fix SPI.begin() overwriting custom SPI pin configuration on ESP32
  • Add optional _initSPI parameter to begin() — default true (backward compatible)
  • ESP32 users can now call CAN.begin(CAN_500KBPS, MCP_8MHZ, false) to skip SPI re-initialization when using custom GPIO matrix pins

Fixes #158