Skip to content

Commit

Permalink
Update jkbms_brn.py (#411)
Browse files Browse the repository at this point in the history
removed an accidently added letter "i" which breaks function
  • Loading branch information
baranator authored Jan 14, 2023
1 parent bdc777c commit 9774633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/dbus-serialbattery/jkbms_brn.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class JkBmsBle:
frame_buffer = bytearray()
bms_status = {}

waiting_for_responsei = ""
waiting_for_response = ""
last_cell_info = 0

def __init__(self, addr):
Expand Down

0 comments on commit 9774633

Please sign in to comment.