From 6acdf249ed5c2bb8381cd3f6f7b3a86ee6696556 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 3 Jun 2021 16:25:34 -0400 Subject: [PATCH] back to sleep 2 for APRS --- afsk/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/afsk/main.c b/afsk/main.c index b678cc3e..3ab31857 100644 --- a/afsk/main.c +++ b/afsk/main.c @@ -1009,7 +1009,7 @@ void get_tlm(void) { if (transmit) { FILE * file2 = popen(str, "r"); pclose(file2); - sleep(4); + sleep(2); } else { fprintf(stderr, "\nNo CubeSatSim Band Pass Filter detected. No transmissions after the CW ID.\n"); fprintf(stderr, " See http://cubesatsim.org/wiki for info about building a CubeSatSim\n\n");