added back filter_present to send_cw

pull/251/head
alanbjohnston 3 years ago committed by GitHub
parent 453d287607
commit 87641e6393
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -480,7 +480,7 @@ void send_aprs_packet() {
}
void send_cw() {
// if (filter_present)
if (filter_present)
{ // only transmit CW packet if BPF filter is present
char de[] = " DE ";

Loading…
Cancel
Save

Powered by TurnKey Linux.