removed AFSK sleep(10)

pull/88/head
alanbjohnston 5 years ago committed by GitHub
parent 9e7fdf8e61
commit b20c693203
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -508,9 +508,6 @@ int main(int argc, char * argv[]) {
tx_freq_hz -= tx_channel * 50000;
if (mode == AFSK)
sleep(10); // delay awaiting CW ID completion
if (transmit == FALSE) {
fprintf(stderr, "\nNo CubeSatSim Band Pass Filter detected. No transmissions after the CW ID.\n");

Loading…
Cancel
Save

Powered by TurnKey Linux.