Skip to content

Commit

Permalink
fixed: systemcalc crash in v10.18 (v3.40~2 only)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwindrem committed Apr 5, 2024
1 parent 505251c commit 43a7973
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FileSets/v3.40~2/dbus_systemcalc.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def __init__(self):
delegates.PvInverters(),
delegates.BatteryService(self),
delegates.CanBatterySense(),
delegates.DynamicEss()],
delegates.DynamicEss(),
delegates.LoadShedding()]

for m in self._modules:
Expand Down
3 changes: 3 additions & 0 deletions changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v10.19:
fixed: systemcalc crash in v10.18 (v3.40~2 only)

v10.18:
added support for v3.40~2

Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v10.18
v10.19

0 comments on commit 43a7973

Please sign in to comment.