Merge pull request #177 from slsdetectorgroup/eigerfw27

eiger: fw 27 fix for delays
This commit is contained in:
Dhanya Thattil 2020-09-10 10:40:09 +02:00 committed by GitHub
commit 00abb5e14b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#pragma once
#include "sls_detector_defs.h"
#define REQUIRED_FIRMWARE_VERSION (26)
#define REQUIRED_FIRMWARE_VERSION (27)
#define IDFILECOMMAND "more /home/root/executables/detid.txt"
#define CONFIG_FILE ("config_eiger.txt")
#define WAIT_STOP_SERVER_START (1 * 1000 * 1000)