Update transmit.py don't print checking file

fc-c
Alan Johnston 10 months ago committed by GitHub
parent b20a1f673d
commit b0b9d38bb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -773,7 +773,7 @@ if __name__ == "__main__":
sleep(4.2) sleep(4.2)
else: # FunCube mode image else: # FunCube mode image
for i in range(4): for i in range(4):
print("Checking image_file.bin") # print("Checking image_file.bin")
try: try:
file = open("/home/pi/CubeSatSim/image_file.bin") file = open("/home/pi/CubeSatSim/image_file.bin")
file.close() file.close()

Loading…
Cancel
Save

Powered by TurnKey Linux.