Update main.c

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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.