Skip to content
Snippets Groups Projects
Commit 7fd00e11 authored by Alain BUTEAU's avatar Alain BUTEAU
Browse files

Created tag release_1_4_3.

parent 5324d0d0
No related branches found
No related merge requests found
......@@ -8,7 +8,7 @@
</parent>
<groupId>fr.soleil.device</groupId>
<artifactId>FemtoCurrentAmplifier-${aol}-${mode}</artifactId>
<version>1.4.3-SNAPSHOT</version>
<version>1.4.3</version>
<packaging>nar</packaging>
<name>FemtoCurrentAmplifier</name>
<!-- use for the name of executable -->
......
......@@ -163,6 +163,7 @@ namespace FemtoCurrentAmplifier_ns
CREATE_DEVSTRING_ATTRIBUTE(attr_gainSelected_read,MAX_STRING_LENGTH,"Not initialised");
attr_gain_write = 0;
auto_search_gain_thread=0;
is_dio_proxy_created = false;
creates_dio_proxy();
......@@ -913,6 +914,7 @@ namespace FemtoCurrentAmplifier_ns
set_status("Femto Device is automatically searching the Gain");
//- Start the thread
if (auto_search_gain_thread ==0)
auto_search_gain_thread = new AutoSearchGainThread(this, mutex);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment