Commit ec0d555e authored by Andrey Filippov's avatar Andrey Filippov

set extrenal period for Boson640 to 59.99Hz

parent ddf0c9ca
......@@ -3017,7 +3017,9 @@ function createDefaultConfig($version, $port, $multisensor = false, $eyesis_mode
}
$appmode = get_application_mode();
if (($appmode&0xf0000)!=0){
if ($boson640){
$TRIG_PERIOD = 1667000; //59.99Hz
}elseif (($appmode&0xf0000)!=0){
$TRIG_PERIOD = 25000000;
}else{
$TRIG_PERIOD = $eyesis_mode ?25000000 : 10000000; // 10 fps
......
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