Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rumpelsepp committed Jul 11, 2024
1 parent a98501a commit 6282b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gallia/transports/vector.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ async def write(
event.userHandle = 0

e = vector_ctypes.XL_FR_TX_FRAME_EV()
e.data = b"hansbert"
e.data = bytes.fromhex("affeaffeaffeaffe")
print(e.data)
print(len(e.data))

Expand Down

0 comments on commit 6282b2c

Please sign in to comment.