Comment out 'touch ready' command in transmit.py so don't transmit previous packet

Comment out code that touches the 'ready' file based on mode.
master-fsk-cw
Alan Johnston 2 weeks ago committed by GitHub
parent cc1e93e67e
commit 30ba5897b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -493,8 +493,8 @@ if __name__ == "__main__":
system("sudo systemctl stop command") system("sudo systemctl stop command")
# while True: # while True:
# sleep(0.1) # sleep(0.1)
if (mode != 'n'): # if (mode != 'n'):
system("touch /home/pi/CubeSatSim/ready") # system("touch /home/pi/CubeSatSim/ready")
while True: while True:
try: try:

Loading…
Cancel
Save

Powered by TurnKey Linux.