From 646f0457d7335f6d619c5dba464635a55bc8dea1 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Wed, 2 Jun 2021 13:45:42 -0400 Subject: [PATCH] added sleep(2) in place of rpitx --- afsk/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/afsk/main.c b/afsk/main.c index 913e9899..e9acbc31 100644 --- a/afsk/main.c +++ b/afsk/main.c @@ -1005,6 +1005,7 @@ void get_tlm(void) { if (transmit) { FILE * file2 = popen(str, "r"); pclose(file2); + 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");