force filter present for test

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

@ -3563,8 +3563,8 @@ 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 (digitalRead(BPF_PIN) != FALSE) { // force BPF present if (digitalRead(BPF_PIN) != FALSE) { // force BPF present
Serial.println("BPF present - transmit enabled"); Serial.println("BPF present - transmit enabled");
filter_present = true; filter_present = true;
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.