updated server binaries
All checks were successful
Build on RHEL9 / build (push) Successful in 3m28s
Build on RHEL8 / build (push) Successful in 4m38s
Run Simulator Tests on local RHEL9 / build (push) Successful in 14m39s
Run Simulator Tests on local RHEL8 / build (push) Successful in 17m1s

This commit is contained in:
2026-02-10 11:58:26 +01:00
parent 57422c9b6b
commit affc3bd845
9 changed files with 8 additions and 8 deletions

View File

@@ -57,7 +57,7 @@ int DAC6571_Set(int val, char *mess) {
// open file
FILE *fd = fopen(DAC6571_DriverFileName, "w");
if (fd == NULL) {
sprintg(mess,
sprintf(mess,
"Could not open file %s for writing to set high voltage\n",
DAC6571_DriverFileName);
LOG(logERROR, (mess));

View File

@@ -3,10 +3,10 @@
/** API versions */
#define APILIB "0.0.0 0x250909"
#define APIRECEIVER "0.0.0 0x250822"
#define APICTB "0.0.0 0x250922"
#define APIGOTTHARD2 "0.0.0 0x250909"
#define APIMOENCH "0.0.0 0x250909"
#define APIEIGER "0.0.0 0x250909"
#define APIXILINXCTB "0.0.0 0x260128"
#define APIJUNGFRAU "0.0.0 0x250909"
#define APIMYTHEN3 "0.0.0 0x250922"
#define APICTB "0.0.0 0x260210"
#define APIGOTTHARD2 "0.0.0 0x260210"
#define APIMOENCH "0.0.0 0x260210"
#define APIEIGER "0.0.0 0x260210"
#define APIXILINXCTB "0.0.0 0x260210"
#define APIJUNGFRAU "0.0.0 0x260210"
#define APIMYTHEN3 "0.0.0 0x260210"