File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3630,16 +3630,16 @@ void config_gpio() {
3630
3630
pinMode (BPF_PIN, INPUT_PULLUP); // Read LPF to see if present
3631
3631
// pinMode(SQUELCH, INPUT); // Squelch from TXC
3632
3632
3633
- // if (digitalRead(BPF_PIN) == FALSE) {
3634
- if (true ) { // force BPF present
3633
+ if (digitalRead (BPF_PIN) == FALSE ) {
3634
+ // if (true) { // force BPF present
3635
3635
Serial.println (" BPF present - transmit enabled" );
3636
3636
filter_present = true ;
3637
3637
}
3638
3638
else
3639
3639
Serial.println (" BPF not present - no transmitting after CW ID" );
3640
3640
3641
- // if (digitalRead(TXC_PIN) == FALSE) {
3642
- if (true ) { // force SR_FRS not present
3641
+ if (digitalRead (TXC_PIN) == FALSE ) {
3642
+ // if (true) { // force SR_FRS not present
3643
3643
Serial.println (" SR_FRS present" );
3644
3644
sr_frs_present = true ;
3645
3645
}
You can’t perform that action at this time.
0 commit comments