Skip to content

Commit

Permalink
Fix up a mix up
Browse files Browse the repository at this point in the history
  • Loading branch information
ian612 committed Nov 15, 2023
1 parent cd6a354 commit e54bebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def bytes_to_list(msg):


# Set whether to use TCP (SimMeR) or serial (Arduino)
SIMULATE = False
SIMULATE = True

# Pause time
TRANSMIT_PAUSE = 0.1
Expand Down

0 comments on commit e54bebd

Please sign in to comment.