Refactor MCP2515

This commit is contained in:
Daniel Öster 2024-08-09 22:29:27 +03:00
parent 921b47249d
commit b2a16897c4
3 changed files with 11 additions and 30 deletions

View file

@ -12,7 +12,7 @@ CAN_ADDON_FD_MCP2518 = Add-on CAN-FD MCP2518 connected to GPIO pins
*/
volatile CAN_Configuration can_config = {
.battery = CAN_ADDON_FD_MCP2518, // Which CAN is your battery connected to?
.battery = CAN_NATIVE, // Which CAN is your battery connected to?
.inverter = CAN_NATIVE, // Which CAN is your inverter connected to? (No need to configure incase you use RS485)
.battery_double = CAN_ADDON_MCP2515, // (OPTIONAL) Which CAN is your second battery connected to?
.charger = CAN_NATIVE // (OPTIONAL) Which CAN is your charger connected to?