From 9439f12cf8f7c4a8856c3b9f4729463afaafc120 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 29 Aug 2020 09:12:23 -0400 Subject: [PATCH] Update main.c --- afsk/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/afsk/main.c b/afsk/main.c index 6c6d1d50..8e32a650 100644 --- a/afsk/main.c +++ b/afsk/main.c @@ -485,7 +485,7 @@ else } strcpy(pythonStr, pythonCmd); - strcat(pythonStr, "1 11 c") + strcat(pythonStr, "1 11 c"); // FILE* file1 = popen("python3 /home/pi/CubeSatSim/python/voltcurrent.py 1 11 c", "r"); FILE* file1 = popen(pythonStr, "r");