Commit 97b18b82 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev
Browse files

+TODO for mux board programming retval

parent 831ef1ed
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -754,6 +754,10 @@ function detect_camera(){

        case 'PRE10359': // Entry point for Eyesis slave cameras that have 10359B multiplexers on their ports
        	//log_msg('PRE10359 '.print_r($GLOBALS['port_mux'],1));
        	
        	// previous stage: just fell through - was not break;
        	// TODO: process $retval error case
        	
			if ($GLOBALS['port_mux']) {
				for($port = 0; $port < 4; $port++) {
					if ($GLOBALS['port_mux'][$port] != 'none') {