Update fc_block_decode.py image_count modulo 256

fc-fctelem
Alan Johnston 10 months ago committed by GitHub
parent 6f022c8f4c
commit 9f8dfa5ea9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -63,6 +63,7 @@ if __name__ == "__main__":
print("End of image")
system("sudo mv image_file image_file" + str(image_count))
print("Image count: ")
print(image_count++)
print(image_count)
image_count = (image_count + 1) % 256
else:
print("Unknown Sat Id or Frame")

Loading…
Cancel
Save

Powered by TurnKey Linux.