From 537de4d221dbe7493250af78556f331479522483 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 2 Aug 2022 12:21:13 -0400 Subject: [PATCH] Update cubesatsim.ino --- cubesatsim/cubesatsim.ino | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 5c369b55..b454c352 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -3163,7 +3163,8 @@ bool TimerHandler0(struct repeating_timer *t) { } else { digitalWrite(BPSK_CONTROL_B, HIGH); // delayMicroseconds(2); - digitalWrite(BPSK_CONTROL_A, LOW); + digitalWrite(BPSK_CONTROL_A, LOW); + } /* tx_bit = (buffer[wav_position] > 0) ? HIGH: LOW; @@ -3191,7 +3192,7 @@ bool TimerHandler0(struct repeating_timer *t) { Serial.println((micros() - micro_timer)/bufLen); micro_timer = micros(); } - } +// } } else if (mode == SSTV) sstv_TimerHandler1(); // }