Update main.c to version v1.3b

sr-frs-payload-all-modes
Alan Johnston 2 years ago committed by GitHub
parent e25080fca5
commit 369fc9297f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -42,7 +42,7 @@ int main(int argc, char * argv[]) {
printf("Pi Zero 2 detected"); printf("Pi Zero 2 detected");
} }
printf("\n\nCubeSatSim v1.2 starting...\n\n"); printf("\n\nCubeSatSim v1.3b starting...\n\n");
FILE * rpitx_stop = popen("sudo systemctl stop rpitx", "r"); FILE * rpitx_stop = popen("sudo systemctl stop rpitx", "r");
pclose(rpitx_stop); pclose(rpitx_stop);

Loading…
Cancel
Save

Powered by TurnKey Linux.