From 87641e639363e73e1603b649660d8bbbfa6868b0 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 5 Dec 2022 21:40:01 -0500 Subject: [PATCH] added back filter_present to send_cw --- cubesatsim/cubesatsim.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 467adba0..81c707e0 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -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 ";