Update fc_block_decode.py add height and width

fc-7
Alan Johnston 10 months ago committed by GitHub
parent f162b67e2e
commit a151bdc22a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -16,6 +16,10 @@ FC_SW = 50
FC_PAYLOAD = 55
extended = 1
head_string = '<HEAD><meta http-equiv="refresh" content="5"></HEAD>\n<HTML>\nFunCube CubeSatSim Telemetry\n<p>\n<img height="256" width="320" src="image_file.jpeg"><p>'
foot_string = "</p>\n</HTML>"
image_id = 256 # set illegal image ID for null # random.randint(0, 255)
image_count = 0;
system("sudo rm image_file")

Loading…
Cancel
Save

Powered by TurnKey Linux.