From a807ff0a0693906e26260beadceb63c039f72a70 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Wed, 4 Oct 2023 22:12:09 -0400 Subject: [PATCH] Update rpitx.py CW ID for aprs back in --- rpitx.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rpitx.py b/rpitx.py index a962bbf4..b4167403 100644 --- a/rpitx.py +++ b/rpitx.py @@ -262,7 +262,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') and (command_tx == True): +# if (mode != 'a') and (command_tx == True): + if (command_tx == True): output(pd, 1) output (ptt, 0) output(txLed, txLedOn)