From ddd6c01258c5560aba09ad1a493481e0585c0f1b Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 19 Jun 2026 08:34:14 -0400 Subject: [PATCH] Update transmit.py add prints --- transmit.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/transmit.py b/transmit.py index b482b5ed..c18216ad 100644 --- a/transmit.py +++ b/transmit.py @@ -986,6 +986,7 @@ if __name__ == "__main__": # output (pd, 1) sleep(0.3) output (ptt, 0) + print("aplay") system("aplay -D plughw:CARD=" + card + ",DEV=0 /home/pi/CubeSatSim/morse.wav") sleep(0.1) output (ptt, 1) @@ -1003,6 +1004,7 @@ if __name__ == "__main__": sleep(10) except: # command_control_check() + print("cw not ready") sleep(1) elif (mode == 's'): print("SSTV")