From c36cbe802e2fc201e40aa0098c3f57696fc3fd39 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 15 Apr 2023 14:59:04 -0400 Subject: [PATCH] try no disable on cw with clockgen --- cubesatsim/cubesatsim.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 0247b248..89f0d346 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -4127,7 +4127,7 @@ void transmit_cw(int freq, float duration) { // freq in Hz, duration in millise while((micros() - start) < duration_us) { } if (clockgen_present) { digitalWrite(BPSK_CONTROL_A, LOW); - clockgen.enableOutputs(false); +////// clockgen.enableOutputs(false); } }