update DUAL_CAN to CAN_ADDON and update CAN_FD to CANFD_ADDON

This commit is contained in:
lenvm 2024-12-13 14:58:09 +01:00
parent 4fef40b2a3
commit 7fe5dcb0b8
9 changed files with 54 additions and 54 deletions

View file

@ -9,7 +9,7 @@
CAN_NATIVE = Native CAN port on the LilyGo & Stark hardware
CANFD_NATIVE = Native CANFD port on the Stark CMR hardware
CAN_ADDON_MCP2515 = Add-on CAN MCP2515 connected to GPIO pins
CAN_ADDON_FD_MCP2518 = Add-on CAN-FD MCP2518 connected to GPIO pins
CANFD_ADDON_MCP2518 = Add-on CAN-FD MCP2518 connected to GPIO pins
*/
volatile CAN_Configuration can_config = {