Update main.c add program_radio at start

pull/278/head
Alan Johnston 2 years ago committed by GitHub
parent e8c50e1afa
commit 746f098795
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -44,6 +44,8 @@ int main(int argc, char * argv[]) {
} }
printf("\n\nCubeSatSim v1.3b starting...\n\n"); printf("\n\nCubeSatSim v1.3b starting...\n\n");
program_radio();
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.