remove prints for no sr_frs

pico-sr
alanbjohnston 3 years ago committed by GitHub
parent d02e8655cb
commit 36abf257a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3846,7 +3846,7 @@ void transmit_cw(int freq, float duration) { // freq in Hz, duration in millise
digitalWrite(AUDIO_OUT_PIN, LOW);
}
else {
Serial.println("No sr_frs present!");
// Serial.println("No sr_frs present!");
unsigned long start = micros();
// clockgen.enableOutputs(true);
clockgen.enableOutputOnly(0);

Loading…
Cancel
Save

Powered by TurnKey Linux.