This commit is contained in:
acki
2025-05-14 13:44:44 -04:00
parent a1262b1d0f
commit 0d33786a9d

View File

@@ -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()