jungfrau server: default storage cell start is 0xf

This commit is contained in:
2018-04-26 16:30:27 +02:00
parent 9f24bb0a98
commit d096a5efeb
4 changed files with 9 additions and 1 deletions

View File

@ -71,6 +71,8 @@ enum NETWORKINDEX { TXN_FRAME };
#define DEFAULT_SETTINGS (DYNAMICGAIN)
#define DEFAULT_TX_UDP_PORT (0x7e9a)
#define DEFAULT_TMP_THRSHLD (65*1000) //milli degree Celsius
#define DEFAULT_NUM_STRG_CLLS (0)
#define DEFAULT_STRG_CLL_STRT (0xf)
/* Defines in the Firmware */
#define FIX_PATT_VAL (0xACDC2014)