From 7ef0cf7b7efbd09cfd1db86d7d8ccad64c36b539 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 5 Jul 2026 11:33:48 -0400 Subject: [PATCH] Update transmit.py change stop --- transmit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transmit.py b/transmit.py index a08deafe..59c8ef6d 100644 --- a/transmit.py +++ b/transmit.py @@ -622,7 +622,7 @@ def transmit_carrier(duration): global txLed # command = "timeout " + str(duration) + " sudo tune -f " + str(tx_doppler_freq_hz) + " > /dev/null 2>&1" # 434.9e6 start = "sudo tune -f " + str(tx_doppler_freq_hz) + " &" # + " & > /dev/null 2>&1" # 434.9e6 - stop = "sudo killall -9 tune" + stop = "sudo rpitx -f 434.9e6 &" output(txLed, 1) system(start) sleep(duration)