Update dtmf_aprs_cc.py background

pull/327/head
Alan Johnston 1 year ago committed by GitHub
parent a91b77f3f8
commit 4f65e60711
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -57,9 +57,9 @@ if __name__ == "__main__":
system("touch /home/pi/CubeSatSim/beacon_off") system("touch /home/pi/CubeSatSim/beacon_off")
# system("echo 'Restarting rpitx'") # system("echo 'Restarting rpitx'")
# system("sudo systemctl restart rpitx") system("sudo systemctl stop rpitx")
system("echo 'Resuming rpitx'") system("echo 'Resuming rpitx'")
system("python3 -u /home/pi/CubeSatSim/rpitx.py s") system("sudo python3 -u /home/pi/CubeSatSim/rpitx.py s & > /dev/null 2>&1")
change_mode = False change_mode = False
if (debug_mode == False) and (change_mode == True): if (debug_mode == False) and (change_mode == True):
GPIO.setmode(GPIO.BCM) GPIO.setmode(GPIO.BCM)

Loading…
Cancel
Save

Powered by TurnKey Linux.