From 6e323d1ec6a0656e17cdcda574ca4cf16ad9fb22 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 30 May 2024 22:24:22 -0400 Subject: [PATCH] Update rpitx.py just enable rx for aprs --- rpitx.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rpitx.py b/rpitx.py index dbf0c363..c588d018 100644 --- a/rpitx.py +++ b/rpitx.py @@ -431,6 +431,8 @@ if __name__ == "__main__": output(pd, 1) output(ptt, 1) print("AFSK") + while True: + sleep(0.1) while True: try: f = open("/home/pi/CubeSatSim/ready")