Update fc_block_decode.py print payload

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

@ -49,6 +49,7 @@ if __name__ == "__main__":
f = open('image_file','a')
print("File opened")
payload = data_block[(FC_PAYLOAD + extended):]
print(payload)
payload.tofile(f)
f.close()
sleep(60)

Loading…
Cancel
Save

Powered by TurnKey Linux.