diff --git a/groundstation/fc_block_decode.py b/groundstation/fc_block_decode.py index decbdddf..4d62950f 100644 --- a/groundstation/fc_block_decode.py +++ b/groundstation/fc_block_decode.py @@ -44,10 +44,14 @@ system_and_print("sudo rm " + image_dir + image) #system_and_print("sudo rm " + html_dir + "*") system_and_print("sudo rm " + html_dir + "images/*") +with open('/home/pi/fctelem/fcdecode.conf', 'r') as config: + config_string = config.read() + print(config_string) + #system_and_print("cp /home/pi/CubeSatSim/sstv/sstv_image_1_320_x_256.jpg " + html_dir + "image_file.jpeg") head_string = 'FunCube CubeSatSim Telemetry\n\n

FunCube CubeSatSim Telemetry

' + \ - '

  
All images
' + config_string + '

  
All images
' foot_string = '' telem_string_format = " Image: {image_id:3d} count: {image_count:2d}

" + \ " Vx(mV): {Vx:5d} Vy(mV): {Vy:5d} Vz(mV): {Vz:5d}

" + \