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; }