From 60166187e4ae58e1fe1dce0e1ff105b9a3724a56 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 15 Apr 2023 14:29:32 -0400 Subject: [PATCH] sr frs not present --- cubesatsim/cubesatsim.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 436a2bff..3034cf1e 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -3779,7 +3779,7 @@ void config_gpio() { Serial.println("BPF not present - no transmitting after CW ID"); // if (digitalRead(TXC_PIN) == FALSE) { - if (true) { // force SR_FRS not present + if (false) { // force SR_FRS not present Serial.println("SR_FRS present"); sr_frs_present = true; }