From e5afa6cb2f52231832c3227de577b01361122866 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 28 Jun 2021 08:07:35 -0400 Subject: [PATCH] added sleep 4 for APRS at the start --- rpitx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpitx.py b/rpitx.py index 60ca15d2..549135b3 100644 --- a/rpitx.py +++ b/rpitx.py @@ -97,7 +97,7 @@ if __name__ == "__main__": # print("There are arguments!") if (mode == 'a'): print("AFSK") -# time.sleep(4) + time.sleep(4) try: file = open("/home/pi/CubeSatSim/t.txt") file.close()