enable CW mode transmit with no SR_FRS

pico-sr
alanbjohnston 3 years ago committed by GitHub
parent c792c46954
commit 96f6db1cdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save

Powered by TurnKey Linux.