jungfrau server changes in temperature control for fpga bug: default temp threshold and temp event cleared at start and power reg only reads enable and not status

This commit is contained in:
2018-02-02 12:37:52 +01:00
parent aebc423fb2
commit e6f475d7c4
4 changed files with 20 additions and 10 deletions

View File

@ -86,6 +86,7 @@ enum NETWORKINDEX { TXN_FRAME };
#define DEFAULT_TIMING_MODE (AUTO_TIMING)
#define DEFAULT_SETTINGS (DYNAMICGAIN)
#define DEFAULT_TX_UDP_PORT (0x7e9a)
#define DEFAULT_TMP_THRSHLD (65) //degree Celsius
/* Defines in the Firmware */
#define FIX_PATT_VAL (0xACDC2014)