Skip to content

Commit

Permalink
fixed: gui crash in v10.41
Browse files Browse the repository at this point in the history
  • Loading branch information
kwindrem committed Jun 16, 2024
1 parent 8bb9490 commit 535a9af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FileSets/VersionIndependent/MultiEnhanced.qml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ MbIcon {
bind: Utils.path(inverterService, "/Mode")
}
// flag a VE.Direct inverter
property VBusItem isInverterChargerItem: VBusItem { bind: Utils.path(=, "/IsInverterCharger") }
property VBusItem isInverterChargerItem: VBusItem { bind: Utils.path(inverterService, "/IsInverterCharger") }
property bool isInverter: isInverterChargerItem.valid ? true : false

SvgRectangle
Expand Down
3 changes: 3 additions & 0 deletions changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v10.42:
fixed: gui crash in v10.41

v10.41:
fixed: multi tile is sometimes hidden when inverter switches off

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

5 comments on commit 535a9af

@roypsmith
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure where to post problems with GuiMods v10.42 but I'm having a problem after upgrading my Ekrano GX. The main page no longer displays my MP2. However, I also upgraded my Pi Venus OS and it displays correctly there.

RPSmith...

@kwindrem
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please let me know what firmware version you hare having issues with

@roypsmith
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v3.33

@roypsmith
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

on v10.40 now and it displays correctly there.

@roypsmith
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, I have the grid turned off and my MP2 is Inverting if that matters.

Please sign in to comment.