@ -47,12 +47,13 @@ int main(int argc, char * argv[]) {
if (command_file == NULL) {
pi_zero_2_offset = 500;
printf("Command and control is OFF\n");
}
} else {
command_file = fopen("/home/pi/CubeSatSim/command_control_direwolf", "r");
printf("Command and control Carrier (squelch) is ON\n");
sleep(10);
Powered by TurnKey Linux.