Skip to content

Commit

Permalink
Correct example
Browse files Browse the repository at this point in the history
  • Loading branch information
Minege authored Aug 5, 2019
1 parent 1224658 commit 2928a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ from eSSP import eSSP # Import the library
from time import sleep

# Create a new object ( Validator Object ) and initialize it ( In debug mode, so it will print debug infos )
validator = eSSP(com_port="/dev/ttyUSB0", spp_address="0", nv11=False, debug=True)
validator = eSSP(com_port="/dev/ttyUSB0", ssp_address="0", nv11=False, debug=True)


def event_loop():
Expand Down

0 comments on commit 2928a80

Please sign in to comment.