From e54bebd6d63671edda8d9f2a623d71efd642df63 Mon Sep 17 00:00:00 2001 From: ian612 <34078802+ian612@users.noreply.github.com> Date: Wed, 15 Nov 2023 15:14:55 -0500 Subject: [PATCH] Fix up a mix up --- scripts/test_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test_client.py b/scripts/test_client.py index e564561..7bce3dc 100644 --- a/scripts/test_client.py +++ b/scripts/test_client.py @@ -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