pull/266/head
alanbjohnston 3 years ago committed by GitHub
parent 9bdc0e24c3
commit 6310a36d3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4113,7 +4113,7 @@ void transmit_cw(int freq, float duration) { // freq in Hz, duration in millise
digitalWrite(BPSK_CONTROL_A, HIGH);
}
while((micros() - start) < duration_us) { }
if (clockgen_present)
if (clockgen_present) {
digitalWrite(BPSK_CONTROL_A, LOW);
clockgen.enableOutputs(false);
}

Loading…
Cancel
Save

Powered by TurnKey Linux.