Commit 92c1d50f authored by Andrey Filippov's avatar Andrey Filippov

modified path for autocampars.xml (to look for descriptions)

parent 63d9d3ea
......@@ -1565,7 +1565,7 @@ function getParDescriptions($autocampars) {
}
}
*/
$path='/etc/elphel393/autocampars0.xml';
$path='/etc/elphel393/autocampars.xml'; // link to a master channel config
$path = str_replace("0.",strval($GLOBALS [sensor_port]).".",$path); // NC393: here it does not really matter
$xml = simplexml_load_file($path);
$descriptions=array();
......
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