bp-new
alanbjohnston 5 years ago committed by GitHub
parent c14a147467
commit 347d67bbc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -898,7 +898,7 @@ void get_tlm(void) {
char resBuffer[1000];
FILE * file_gps = popen("timeout 5 /home/pi/CubeSatSim/gpsd/gps.sh", "r");
fgets(resBuffer, 1000, file_gps);
printf("GPS: %s \n"&resBuffer);
printf("GPS: %s \n", &resBuffer);
// printf("Str: %s \n", str);
if (mode != CW) {

Loading…
Cancel
Save

Powered by TurnKey Linux.