Update main.c

pull/54/head
alanbjohnston 5 years ago committed by GitHub
parent e8d3422f1e
commit 9439f12cf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -485,7 +485,7 @@ else
} }
strcpy(pythonStr, pythonCmd); 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("python3 /home/pi/CubeSatSim/python/voltcurrent.py 1 11 c", "r");
FILE* file1 = popen(pythonStr, "r"); FILE* file1 = popen(pythonStr, "r");

Loading…
Cancel
Save

Powered by TurnKey Linux.