Update fc_block_decode.py print Decoded frequency

fc-8
Alan Johnston 10 months ago committed by GitHub
parent 3abb631f53
commit 6bdfd00e14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -149,3 +149,6 @@ if __name__ == "__main__":
image_id = 256 # set illegal image_id to force new image
else:
print("Unknown Sat Id or Frame")
if ((line.find("ecoded Frequency:")) > 0):
print("\nFrequency found!\n")
print(line)

Loading…
Cancel
Save

Powered by TurnKey Linux.