From 0d33786a9d1431350f2a7cf560cc6df329005978 Mon Sep 17 00:00:00 2001 From: acki Date: Wed, 14 May 2025 13:44:44 -0400 Subject: [PATCH] action --- simulated_pcb/action.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/simulated_pcb/action.py b/simulated_pcb/action.py index 5b5b1ae..3e4df76 100644 --- a/simulated_pcb/action.py +++ b/simulated_pcb/action.py @@ -119,6 +119,8 @@ class SimulatedPCB: print(f"[RX] {msg}") self.process_command(msg) + time.sleep(0.1) + def stop(self): self.running = False self.thread.join()