Update fc_block_decode.py add print and :

fc-fctelem
Alan Johnston 11 months ago committed by GitHub
parent 77843a69cb
commit 31d84444bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -47,7 +47,8 @@ if __name__ == "__main__":
try:
print("Writing payload to file")
f = open('image_file','a')
data_block[FC_PAYLOAD + extended].tofile(f)
print("File opened")
data_block[FC_PAYLOAD + extended:].tofile(f)
f.close()
sleep(60)
except:

Loading…
Cancel
Save

Powered by TurnKey Linux.