add back in filter and sr_frs test

pico-v0.35 v0.35
alanbjohnston 3 years ago committed by GitHub
parent 9733b0a210
commit 84861cc879
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3630,16 +3630,16 @@ void config_gpio() {
pinMode(BPF_PIN, INPUT_PULLUP); // Read LPF to see if present pinMode(BPF_PIN, INPUT_PULLUP); // Read LPF to see if present
// pinMode(SQUELCH, INPUT); // Squelch from TXC // pinMode(SQUELCH, INPUT); // Squelch from TXC
// if (digitalRead(BPF_PIN) == FALSE) { if (digitalRead(BPF_PIN) == FALSE) {
if (true) { // force BPF present // if (true) { // force BPF present
Serial.println("BPF present - transmit enabled"); Serial.println("BPF present - transmit enabled");
filter_present = true; filter_present = true;
} }
else else
Serial.println("BPF not present - no transmitting after CW ID"); Serial.println("BPF not present - no transmitting after CW ID");
// if (digitalRead(TXC_PIN) == FALSE) { if (digitalRead(TXC_PIN) == FALSE) {
if (true) { // force SR_FRS not present // if (true) { // force SR_FRS not present
Serial.println("SR_FRS present"); Serial.println("SR_FRS present");
sr_frs_present = true; sr_frs_present = true;
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.