added v1.1 printf to log

pull/138/head
alanbjohnston 4 years ago committed by GitHub
parent fe8fe92ebe
commit 1526b17e0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,6 +23,8 @@
int main(int argc, char * argv[]) {
printf("\n\nCubeSatSim v1.1 starting...\n\n");
FILE * rpitx_stop = popen("sudo systemctl stop rpitx", "r");
pclose(rpitx_stop);

Loading…
Cancel
Save

Powered by TurnKey Linux.