sr-frs-rx
Alan Johnston 2 years ago committed by GitHub
parent 2a238fdf84
commit ea9e1535bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -827,7 +827,7 @@ int main(int argc, char * argv[]) {
sleep(10); sleep(10);
} }
FILE * fp = fopen("/home/pi/CubeSatSim/telem_string.txt", "w") FILE * fp = fopen("/home/pi/CubeSatSim/telem_string.txt", "w");
fprintf(fp, "Vbatt = %4.2f", batteryVoltage); fprintf(fp, "Vbatt = %4.2f", batteryVoltage);
fclose(fp); fclose(fp);

Loading…
Cancel
Save

Powered by TurnKey Linux.