Skip to content

Commit

Permalink
Update jkbms_can.py
Browse files Browse the repository at this point in the history
  • Loading branch information
p0l0us authored Feb 4, 2024
1 parent 365a951 commit 2acead1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions etc/dbus-serialbattery/bms/jkbms_can.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ def __del__(self):
MESSAGES_TO_READ = 100

CAN_FRAMES = {
BATT_STAT: 0x02F4,
CELL_VOLT: 0x04F4,
CELL_TEMP: 0x05F4,
ALM_INFO: 0x07F4,
BATT_STAT: 0x02F5,
CELL_VOLT: 0x04F5,
CELL_TEMP: 0x05F5,
ALM_INFO: 0x07F5,
}

def test_connection(self):
Expand Down

0 comments on commit 2acead1

Please sign in to comment.