Index: firmware/App/DDCommon.h =================================================================== diff -u -r808d694515c024af48d842d52e005411390a7857 -recd204503f9f4837800080a58c07dac8a2e8d602 --- firmware/App/DDCommon.h (.../DDCommon.h) (revision 808d694515c024af48d842d52e005411390a7857) +++ firmware/App/DDCommon.h (.../DDCommon.h) (revision ecd204503f9f4837800080a58c07dac8a2e8d602) @@ -39,8 +39,8 @@ //Uncomment below if barometric pressure sensor reading available //#define __BARO_PRES_SENSOR__ 1 -//Uncomment below if required hardware available ( baro and cond sensor) for testing -//#define ENABLE_ALARM_1 +//Uncomment below if TD is integrated with DD +#define ENABLE_ALARM_1 //Uncomment below once characterization/study completed //#define ENABLE_ALARM_2 @@ -54,7 +54,13 @@ //Uncomment below to disable revised heater model #define __REVISED_HEATER_MODEL__ 1 +//Uncomment below to enable d30 heater alarm(as all units are not equipped with d30 temp sensor) +//#define ENABLE_ALARM_3 +//Define to enable the DD too-many-bad-message-CRCs alarm. +//#define __BAD_MSG_CRC_ALARM_ENABLED__ 1 + + #include #include #endif