Skip to content

Commit

Permalink
ELM327 safety mode
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm committed Mar 7, 2024
1 parent 795e561 commit 03efec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extract_keys.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

if __name__ == "__main__":
panda = Panda()
panda.set_safety_mode(Panda.SAFETY_ALLOUTPUT)
panda.set_safety_mode(Panda.SAFETY_ELM327)

uds_client = UdsClient(panda, ADDR, ADDR + 8, BUS, timeout=0.1, response_pending_timeout=0.1, debug=DEBUG)

Expand Down

0 comments on commit 03efec2

Please sign in to comment.