From c645d4c287e28a3d42add6f79b1d6fc1bdb38931 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 5 Dec 2022 14:40:40 -0500 Subject: [PATCH] removed Only --- cubesatsim/cubesatsim.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 52580218..5440f336 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -3608,14 +3608,14 @@ bool TimerHandler0(struct repeating_timer *t) { // delayMicroseconds(10); digitalWrite(BPSK_CONTROL_A, HIGH); // Serial.print("-"); - if (mode == FSK) clockgen.enableOutputOnly(1); +// if (mode == FSK) clockgen.enableOutputOnly(1); } else { // digitalWrite(BPSK_CONTROL_A, LOW); digitalWrite(BPSK_CONTROL_A, LOW); // delayMicroseconds(10); digitalWrite(BPSK_CONTROL_B, HIGH); // Serial.print("_"); - if (mode == FSK) clockgen.enableOutputOnly(0); +// if (mode == FSK) clockgen.enableOutputOnly(0); } if (wav_position > bufLen) { // 300) { wav_position = wav_position % bufLen;