Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rumpelsepp committed Jul 8, 2024
1 parent 8abf8bd commit 4af1b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fr.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


async def main() -> None:
url = TargetURI("flexray://?slot_id=0x42")
url = TargetURI("flexray://?slot_id=59")
tp = await RawFlexrayTransport.connect(url, None)
data = await tp.read(timeout=5)
print(data)
Expand Down

0 comments on commit 4af1b21

Please sign in to comment.