mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 19:42:08 +02:00
fixed comment and function name
This commit is contained in:
parent
3d5f03823f
commit
1f749535c5
4 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,7 @@ volatile CAN_Configuration can_config = {
|
|||
.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?
|
||||
.shunt = CAN_NATIVE // (OPTIONAL) Which CAN is your charger connected to?
|
||||
.shunt = CAN_NATIVE // (OPTIONAL) Which CAN is your shunt connected to?
|
||||
};
|
||||
|
||||
std::string ssid = WIFI_SSID; // Set in USER_SECRETS.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue