From f197c8c2bc9eb1e2512161b3223114c94b85c786 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 8 Dec 2022 08:05:20 -0500 Subject: [PATCH] force SR_FRS for this test --- cubesatsim/cubesatsim.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 4741944f..0bccedd5 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -3571,8 +3571,8 @@ void config_gpio() { else Serial.println("BPF not present - no transmitting after CW ID"); - if (digitalRead(TXC_PIN) == FALSE) { -// if (digitalRead(TXC_PIN) != FALSE) { // force SR_FRS not present +// if (digitalRead(TXC_PIN) == FALSE) { + if (digitalRead(TXC_PIN) != FALSE) { // force SR_FRS not present Serial.println("SR_FRS present"); sr_frs_present = true; }