mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-20 02:40:03 +02:00
eiger required fw version to 32: fix for blocking trigger in quad (#834)
This commit is contained in:
parent
62f45b15d2
commit
1892963fcb
Binary file not shown.
@ -10,7 +10,7 @@
|
|||||||
#define HARDWARE_VERSION_NAMES \
|
#define HARDWARE_VERSION_NAMES \
|
||||||
{ "FX70T", "FX30T" }
|
{ "FX70T", "FX30T" }
|
||||||
|
|
||||||
#define REQUIRED_FIRMWARE_VERSION (31)
|
#define REQUIRED_FIRMWARE_VERSION (32)
|
||||||
// virtual ones renamed for consistency
|
// virtual ones renamed for consistency
|
||||||
// real ones keep previous name for compatibility (already in production)
|
// real ones keep previous name for compatibility (already in production)
|
||||||
#ifdef VIRTUAL
|
#ifdef VIRTUAL
|
||||||
|
@ -9,5 +9,5 @@
|
|||||||
#define APIGOTTHARD2 "developer 0x230922"
|
#define APIGOTTHARD2 "developer 0x230922"
|
||||||
#define APIMYTHEN3 "developer 0x230922"
|
#define APIMYTHEN3 "developer 0x230922"
|
||||||
#define APIMOENCH "developer 0x230922"
|
#define APIMOENCH "developer 0x230922"
|
||||||
#define APIEIGER "developer 0x230922"
|
|
||||||
#define APIJUNGFRAU "developer 0x231018"
|
#define APIJUNGFRAU "developer 0x231018"
|
||||||
|
#define APIEIGER "developer 0x231018"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user