From 96f6db1cdbc77cd4c36669b24ee6ba1cce004d84 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 4 Dec 2022 15:26:02 -0500 Subject: [PATCH] enable CW mode transmit with no SR_FRS --- cubesatsim/cubesatsim.ino | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 400c0e74..b8e180dc 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -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];