Update transmit.py change stop

master-be
Alan Johnston 2 weeks ago committed by GitHub
parent 4ff7ff3b7e
commit 7ef0cf7b7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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)

Loading…
Cancel
Save

Powered by TurnKey Linux.