Update fc_block_decode.py if not an image payload, don't set id to 256

fc-c
Alan Johnston 10 months ago committed by GitHub
parent 6102337b28
commit 5c0122fbb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -178,7 +178,7 @@ if __name__ == "__main__":
html_file.write(foot_string)
else:
print("Payload not an image!")
image_id = 256 # set illegal image_id to force new image
# image_id = 256 # set illegal image_id to force new image
else:
print("Unknown Sat Id or Frame")
sequence, image_id, image_count = 0, 0, 0

Loading…
Cancel
Save

Powered by TurnKey Linux.