Update rpitx.py remove cclog.txt since didn't work

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

@ -375,7 +375,7 @@ if __name__ == "__main__":
else:
print("command and control is activated")
no_command = False
system("/home/pi/CubeSatSim/command & > cclog.txt")
system("/home/pi/CubeSatSim/command &")
except:
print("command and control not activated")
no_command = True

Loading…
Cancel
Save

Powered by TurnKey Linux.