From 25c08d417bba9aa90f92fa8d72e9b3169d8fcd3d Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Wed, 26 Jul 2023 13:39:33 -0400 Subject: [PATCH] play CW ID for aprs mode --- rpitx.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rpitx.py b/rpitx.py index 389cd5c9..593688ce 100644 --- a/rpitx.py +++ b/rpitx.py @@ -104,7 +104,8 @@ if __name__ == "__main__": system("echo 'hi hi de " + callsign + "' > id.txt && gen_packets -M 20 /home/pi/CubeSatSim/id.txt -o /home/pi/CubeSatSim/morse.wav -r 48000 > /dev/null 2>&1") - if (mode != 'a'): +# if (mode != 'a'): + if True: output(pd, 1) output (ptt, 0) output(txLed, txLedOn)