From 90b90f3fb8a9063cec7ba4c40b06b59e80a93d2e Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 15 Apr 2023 15:06:42 -0400 Subject: [PATCH] back to fr_srs present --- cubesatsim/cubesatsim.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 0247b2488..595ae25e9 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -3780,8 +3780,8 @@ void config_gpio() { else Serial.println("BPF not present - no transmitting after CW ID"); -// if (digitalRead(TXC_PIN) == FALSE) { - if (false) { // force SR_FRS not present + if (digitalRead(TXC_PIN) == FALSE) { +// if (false) { // force SR_FRS not present Serial.println("SR_FRS present"); sr_frs_present = true; }