mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-15 22:31:32 +01:00
jungfrau server: (also previous commit) date changed to have only 6 nibbles in format yymmdd
This commit is contained in:
@@ -187,7 +187,7 @@ int64_t getDetectorId(enum idMode arg){
|
||||
case SOFTWARE_FIRMWARE_API_VERSION:
|
||||
return getFirmwareAPIVersion();
|
||||
case DETECTOR_SOFTWARE_VERSION:
|
||||
return GITDATE;
|
||||
return (GITDATE & 0xFFFFFF);
|
||||
default:
|
||||
return retval;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user