diff --git a/slsDetectorServers/jungfrauDetectorServer/bin/jungfrauDetectorServerv9.1.0 b/slsDetectorServers/jungfrauDetectorServer/bin/jungfrauDetectorServerv9.1.0 index 2f2475a18..da680308e 100755 Binary files a/slsDetectorServers/jungfrauDetectorServer/bin/jungfrauDetectorServerv9.1.0 and b/slsDetectorServers/jungfrauDetectorServer/bin/jungfrauDetectorServerv9.1.0 differ diff --git a/slsDetectorServers/jungfrauDetectorServer/slsDetectorFunctionList.c b/slsDetectorServers/jungfrauDetectorServer/slsDetectorFunctionList.c index 4bc9846a3..9ddc04c89 100644 --- a/slsDetectorServers/jungfrauDetectorServer/slsDetectorFunctionList.c +++ b/slsDetectorServers/jungfrauDetectorServer/slsDetectorFunctionList.c @@ -1974,9 +1974,6 @@ int autoCompDisable(int on) { } int setComparatorDisableTime(int64_t val) { - if (getChipVersion() != 11) { - return FAIL; - } if (val < 0) { LOG(logERROR, ("Invalid comp disable time: %lld ns\n", (long long int)val)); diff --git a/slsSupportLib/include/sls/versionAPI.h b/slsSupportLib/include/sls/versionAPI.h index bd3876557..9291ec5e9 100644 --- a/slsSupportLib/include/sls/versionAPI.h +++ b/slsSupportLib/include/sls/versionAPI.h @@ -10,4 +10,4 @@ #define APIMOENCH "9.1.0 0x250204" #define APIXILINXCTB "9.1.0 0x250204" #define APIEIGER "9.1.0 0x250204" -#define APIJUNGFRAU "9.1.0 0x250217" +#define APIJUNGFRAU "9.1.0 0x250224"