Update fc_block_decode.py base 16

fc-fctelem
Alan Johnston 10 months ago committed by GitHub
parent 93e9af1d22
commit 309fd5b9f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -83,7 +83,7 @@ if __name__ == "__main__":
print("\nImage ID found!\n")
image_id_string = line.split()
print(image_id_string)
new_image_count = int(image_id_string[1])
new_image_count = int(image_id_string[3], 16)
if (new_image_count != image_count):
image_count = new_image_coount
print("End of image")

Loading…
Cancel
Save

Powered by TurnKey Linux.