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];