Commit e4fd597d authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

updated default sensor_phase

parent 3d65dc9c
......@@ -2873,8 +2873,11 @@ function createDefaultConfig($version, $port, $multisensor = false, $eyesis_mode
$HISTWND_RHEIGHT = 0x8000;
$HISTWND_RLEFT = 0x8000;
$HISTWND_RTOP = 0x8000;
$COLOR = 0;
$SENSOR_PHASE = $multisensor ? 0x55 : 0x15;
$COLOR = 0;
//old:
//$SENSOR_PHASE = $multisensor ? 0x55 : 0x15;
//new:
$SENSOR_PHASE = $multisensor ? 0x55 : 0x00;
/*
* if ($GLOBALS['camera_state_arr']['application']=="Eyesis4pi393"){ //get_eyesis_mode
......
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