Commit 3561701f authored by Andrey Filippov's avatar Andrey Filippov

fixed index.php for 5MPix sensor

parent da7b4adc
......@@ -139,7 +139,7 @@
$telem = ($sensor_extra_height > 0) ? -2 : 0;
$preview_image_cmd[] = '/tiff_palette=2/tiff_telem='.$telem.'/tiff_auto=33/tiff_convert/bimg';
} else {
$preview_image_cmd[] = 'img';
$preview_image_cmd[] = '/img';
}
$table_contents .= "<td valign='top'>";
$table_contents .= "<div class='port_window img_window'>";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment