add log entry

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

@ -828,7 +828,8 @@ int main(int argc, char * argv[]) {
} }
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); printf("Writing telem_string.txt");
fprintf(fp, "Vbatt = %4.2f\n", batteryVoltage);
fclose(fp); fclose(fp);
/**/ /**/

Loading…
Cancel
Save

Powered by TurnKey Linux.