Update fc_block_decode.py count

fc-fctelem
Alan Johnston 10 months ago committed by GitHub
parent a118f2142b
commit 39afaf3537
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -85,7 +85,7 @@ if __name__ == "__main__":
print(image_id_string)
new_image_count = int(image_id_string[2], 16)
if (new_image_count != image_count):
image_count = new_image_coount
image_count = new_image_count
print("End of image")
filename = "/home/pi/fctelem/image_file" + str(image_count) + ".jpeg"
system("/home/pi/ssdv/ssdv -d -J /home/pi/fctelem/image_file " + filename)

Loading…
Cancel
Save

Powered by TurnKey Linux.