From 0a9f6ca9c1640472f9eeb0766f8ebb8bde619fca Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 15 Apr 2023 14:26:14 -0400 Subject: [PATCH] test with SR_FRS not present --- cubesatsim/cubesatsim.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 19c625de..436a2bff 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -3778,8 +3778,8 @@ void config_gpio() { else Serial.println("BPF not present - no transmitting after CW ID"); - if (digitalRead(TXC_PIN) == FALSE) { -// if (true) { // force SR_FRS not present +// if (digitalRead(TXC_PIN) == FALSE) { + if (true) { // force SR_FRS not present Serial.println("SR_FRS present"); sr_frs_present = true; }