Alan Johnston 3 years ago committed by GitHub
parent d9cea2ae8b
commit b5294aa2a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -105,7 +105,7 @@ if __name__ == "__main__":
try:
file = open("/home/pi/CubeSatSim/command_tx")
char = file.read(1)
if (char == 'T')
if (char == 'T'):
command_tx = True
else:
command_tx = False

Loading…
Cancel
Save

Powered by TurnKey Linux.