mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 10:49:42 +02:00
update DUAL_CAN to CAN_ADDON and update CAN_FD to CANFD_ADDON
This commit is contained in:
parent
4fef40b2a3
commit
7fe5dcb0b8
9 changed files with 54 additions and 54 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue