Skip to content

Commit

Permalink
Merge branch 'try_full_address' into master-upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Furtif committed Dec 11, 2024
2 parents 6c4f41f + c9b8dcd commit 214772d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ecu.py
Original file line number Diff line number Diff line change
Expand Up @@ -641,8 +641,6 @@ def setValue(self, value, bytes_list, dataitem, ecu_endian, test_mode=False):
for i in range(self.bitscount):
requestasbin[i + start_bit] = valueasbin[i]

requestasbin = "".join(requestasbin)

requestasbin = "".join(requestasbin)
valueasint = int("0b" + requestasbin, 2)
valueashex = hex(valueasint)[2:].replace("L", "").zfill(numreqbytes * 2).upper()
Expand Down

0 comments on commit 214772d

Please # to comment.