Update transmit.py image_index typo

fc-jy-img
Alan Johnston 11 months ago committed by GitHub
parent 1ee36692d3
commit d6c2745e15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -788,7 +788,7 @@ if __name__ == "__main__":
print("Photo taken") print("Photo taken")
system("/home/pi/ssdv/ssdv -e -c CALLSIGN -i " + str(image_index) + " -q 3 -J camera_out.jpg /home/pi/CubeSatSim/image_file.bin") system("/home/pi/ssdv/ssdv -e -c CALLSIGN -i " + str(image_index) + " -q 3 -J camera_out.jpg /home/pi/CubeSatSim/image_file.bin")
print("image_index " + str(image_index) + "\n") print("image_index " + str(image_index) + "\n")
image_index = ( index_image + 1 ) % 256 image_index = ( image_index + 1 ) % 256
sleep(2) sleep(2)
else: else:
sleep(4.6) sleep(4.6)

Loading…
Cancel
Save

Powered by TurnKey Linux.