added filter_present for CW mode

pull/247/head
alanbjohnston 3 years ago committed by GitHub
parent 48163c1d04
commit 347d592ee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -497,8 +497,8 @@ void send_cw() {
if (debug_mode)
print_string(telem);
// Serial.println(strlen(telem));
transmit_string(telem);
if (filter_present) // only transmit CW packet if BPF filter is present
transmit_string(telem);
}
void transmit_on() {

Loading…
Cancel
Save

Powered by TurnKey Linux.