fixed comment and function name

This commit is contained in:
rha 2025-01-01 21:43:26 +02:00
parent 3d5f03823f
commit 1f749535c5
4 changed files with 4 additions and 4 deletions

View file

@ -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