Update transmit.py add prints

fc-jy-img
Alan Johnston 1 year ago committed by GitHub
parent 51d05521fa
commit 85fc2da06d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -758,6 +758,7 @@ if __name__ == "__main__":
print("Turning LED on/off and listening for carrier")
image_index = 0;
while 1:
print ("LED on")
output(txLed, txLedOff)
sleep(0.4)
# if (command_tx == False):
@ -776,6 +777,7 @@ if __name__ == "__main__":
if (mode == 'b'):
sleep(4.2)
else: # FunCube mode image
print("Checking image_file.bin")
try:
file = open("/home/pi/CubeSatSim/image_file.bin")
file.close()

Loading…
Cancel
Save

Powered by TurnKey Linux.