Comment out file creation command in transmit.py

Comment out the command to create 'cwready' file.
master-fsk-cw
Alan Johnston 2 weeks ago committed by GitHub
parent 30ba5897b0
commit b0704f5179
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -546,7 +546,7 @@ if __name__ == "__main__":
# command_control_check()
sleep(1)
elif (mode == 'm'):
system("touch /home/pi/CubeSatSim/cwready")
# system("touch /home/pi/CubeSatSim/cwready")
print("CW")
while True:
# command_control_check()

Loading…
Cancel
Save

Powered by TurnKey Linux.