From 22425edf9e364347c361e1ab673fe45f556c406b Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Wed, 26 Jul 2023 13:55:39 -0400 Subject: [PATCH] remove aprs first fake packet --- rpitx.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rpitx.py b/rpitx.py index 593688ce..002592b4 100644 --- a/rpitx.py +++ b/rpitx.py @@ -132,11 +132,11 @@ if __name__ == "__main__": if (mode == 'a'): print("AFSK") # sleep(5) - try: - file = open("/home/pi/CubeSatSim/t.txt") - file.close() - except: - system("echo '" + callsign + "-11>APCSS:hi hi 100 199 199 199 298 299 299 278 380 350 300 300 439 400 400 400 500 500 500 500 600 600 600 650' > /home/pi/CubeSatSim/t.txt && echo 'AMSAT>APCSS:010101/hi hi ' >> /home/pi/CubeSatSim/t.txt") +## try: +## file = open("/home/pi/CubeSatSim/t.txt") +## file.close() +## except: +## system("echo '" + callsign + "-11>APCSS:hi hi 100 199 199 199 298 299 299 278 380 350 300 300 439 400 400 400 500 500 500 500 600 600 600 650' > /home/pi/CubeSatSim/t.txt && echo 'AMSAT>APCSS:010101/hi hi ' >> /home/pi/CubeSatSim/t.txt") while True: try: f = open("/home/pi/CubeSatSim/ready")