Skip to content

Commit

Permalink
Update daly_can.py
Browse files Browse the repository at this point in the history
  • Loading branch information
p0l0us authored Feb 4, 2024
1 parent e3206f7 commit 60479ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/dbus-serialbattery/bms/daly_can.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def test_connection(self):

def get_settings(self):
self.capacity = BATTERY_CAPACITY
self.max_battery_current = MAX_BATTERY_CHARGE_CURRENT
self.max_battery_charge_current = MAX_BATTERY_CHARGE_CURRENT
self.max_battery_discharge_current = MAX_BATTERY_DISCHARGE_CURRENT
return True

Expand Down

0 comments on commit 60479ac

Please sign in to comment.