Skip to content

Commit 90b90f3

Browse files
back to fr_srs present
1 parent 390eb2d commit 90b90f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cubesatsim/cubesatsim.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3780,8 +3780,8 @@ void config_gpio() {
37803780
else
37813781
Serial.println("BPF not present - no transmitting after CW ID");
37823782

3783-
// if (digitalRead(TXC_PIN) == FALSE) {
3784-
if (false) { // force SR_FRS not present
3783+
if (digitalRead(TXC_PIN) == FALSE) {
3784+
// if (false) { // force SR_FRS not present
37853785
Serial.println("SR_FRS present");
37863786
sr_frs_present = true;
37873787
}

0 commit comments

Comments
 (0)