test with SR_FRS not present

pull/267/head
alanbjohnston 3 years ago committed by GitHub
parent 396e57c50b
commit 0a9f6ca9c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save

Powered by TurnKey Linux.