force SR_FRS for this test

pico-esp32-sstv
alanbjohnston 3 years ago committed by GitHub
parent fb9628ac5e
commit f197c8c2bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3571,8 +3571,8 @@ void config_gpio() {
else
Serial.println("BPF not present - no transmitting after CW ID");
if (digitalRead(TXC_PIN) == FALSE) {
// if (digitalRead(TXC_PIN) != FALSE) { // force SR_FRS not present
// if (digitalRead(TXC_PIN) == FALSE) {
if (digitalRead(TXC_PIN) != FALSE) { // force SR_FRS not present
Serial.println("SR_FRS present");
sr_frs_present = true;
}

Loading…
Cancel
Save

Powered by TurnKey Linux.