Skip to content

Commit

Permalink
back to fr_srs present
Browse files Browse the repository at this point in the history
  • Loading branch information
alanbjohnston authored Apr 15, 2023
1 parent 390eb2d commit 90b90f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cubesatsim/cubesatsim.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 90b90f3

Please sign in to comment.