Commit 3d65dc9c authored by Andrey Filippov's avatar Andrey Filippov

Fixed Lepton sensor code to be multiple of 4

parent 4e7db803
......@@ -767,7 +767,7 @@ function detect_camera(){
print_r($output,1)."\ncommand return value=".$retval."\n");
// sensor's code from c313a.h
$sensor_code = 65;
$sensor_code = 68; // TODO: ************** Import as PHP constant? ***********
}else {
respond_xml ('', 'Do not know how to initialize master camera '
......
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