Update telem.c

pull/55/head
alanbjohnston 6 years ago committed by GitHub
parent a98f71abcf
commit 45105e2304
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -335,7 +335,7 @@ int main(int argc, char *argv[]) {
int count;
file = popen("python3 /home/pi/CubeSatSim/python/voltcurrent.py 1 3 c", "r");
// char cmdbuffer[1000];
char cmdbuffer[1000];
fgets(cmdbuffer, 1000, file);
printf("result: %s\n", cmdbuffer);
pclose(file);

Loading…
Cancel
Save

Powered by TurnKey Linux.