Skip to content

Commit

Permalink
Fix #43
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-manuel committed Jul 3, 2024
1 parent fb2230b commit 9fe9e84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etc/dbus-serialbattery/bms/jkbms_pb.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def get_settings(self):
status_data[22:26].decode("utf-8")
+ " / "
+ status_data[30:34].decode("utf-8")
)
).replace("\x00", "")
sw_version = status_data[30:34].decode("utf-8") # will be overridden

self.unique_identifier_tmp = serial_nr
Expand Down
2 changes: 1 addition & 1 deletion etc/dbus-serialbattery/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def _get_list_from_config(


# Constants
DRIVER_VERSION = "1.4.20240702dev"
DRIVER_VERSION = "1.4.20240703dev"
zero_char = chr(48)
degree_sign = "\N{DEGREE SIGN}"

Expand Down

0 comments on commit 9fe9e84

Please sign in to comment.