From 9905055b262ab9a800cb1590c948403da6e331e2 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 12 Dec 2022 15:00:36 -0500 Subject: [PATCH] remove FSK clockgen stop --- cubesatsim/cubesatsim.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 87ffbdb0..1a2ff53b 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -3614,14 +3614,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;