Index: firmware/App/DGCommon.h =================================================================== diff -u -r55425a4c5370a6fa1faad61dc24fcd76b854d3ed -rab447ebbc380f4c7abc2ae283042a5d0c9e1b9cb --- firmware/App/DGCommon.h (.../DGCommon.h) (revision 55425a4c5370a6fa1faad61dc24fcd76b854d3ed) +++ firmware/App/DGCommon.h (.../DGCommon.h) (revision ab447ebbc380f4c7abc2ae283042a5d0c9e1b9cb) @@ -23,27 +23,34 @@ // ********** version ********** #define DG_VERSION_MAJOR 0 -#define DG_VERSION_MINOR 4 -#define DG_VERSION_MICRO 5 +#define DG_VERSION_MINOR 5 +#define DG_VERSION_MICRO 0 #define DG_VERSION_BUILD 15 // ********** build switches ********** #ifndef _RELEASE_ #ifndef _VECTORCAST_ // TODO: Removed debug build flags when release build is ready -// #define RM46_EVAL_BOARD_TARGET 1 + #define BOARD_WITH_NO_HARDWARE 1 + #define DONT_SKIP_NV_POST 1 // #define SIMULATE_UI 1 // #define TASK_TIMING_OUTPUT_ENABLED 1 // re-purposes drain pump enable pin for task timing // #define DISABLE_HEATERS_AND_TEMPS 1 #define DISABLE_ACCELS 1 #define SKIP_POST 1 + //#define DISABLE_CAL_CHECK 1 // #define ENABLE_DIP_SWITCHES 1 // #define EMC_TEST_BUILD 1 #define ALARMS_DEBUG 1 // #define HEATERS_DEBUG 1 // #define PRESSURES_DEBUG 1 #define DISABLE_DIALYSATE_CHECK 1 + #define DISABLE_RO_RATIO_CHECK 1 + #define DISABLE_COND_SENSOR_CHECK 1 + #define DISABLE_MIXING 1 + #define DISABLE_WATER_QUALITY_CHECK 1 + #include #include #endif