Index: firmware/App/DGCommon.h =================================================================== diff -u -r9f4c7b3eb733b5de7b1667d1b1f43ff3c1ca8b21 -r9279d01e7e539ad1e788b85db4ea2288965b03c6 --- firmware/App/DGCommon.h (.../DGCommon.h) (revision 9f4c7b3eb733b5de7b1667d1b1f43ff3c1ca8b21) +++ firmware/App/DGCommon.h (.../DGCommon.h) (revision 9279d01e7e539ad1e788b85db4ea2288965b03c6) @@ -1,14 +1,14 @@ /************************************************************************** * -* Copyright (c) 2019-2022 Diality Inc. - All Rights Reserved. +* Copyright (c) 2020-2022 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * @file DGCommon.h * * @author (last) Dara Navaei -* @date (last) 05-Jan-2022 +* @date (last) 02-Mar-2022 * * @author (original) Sean * @date (original) 27-Feb-2020 @@ -25,7 +25,7 @@ #define DG_VERSION_MAJOR 0 #define DG_VERSION_MINOR 6 #define DG_VERSION_MICRO 0 -#define DG_VERSION_BUILD 18 +#define DG_VERSION_BUILD 145 // ********** build switches ********** @@ -35,7 +35,7 @@ // #define BOARD_WITH_NO_HARDWARE 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 DISABLE_ACCELS 1 // #define SKIP_POST 1 #define SKIP_CAL_CHECK 1 // #define ENABLE_DIP_SWITCHES 1 @@ -54,15 +54,16 @@ #define DISABLE_FLOW_CHECK_IN_FILL 1 #define IGNORE_CONC_PUMP_IN_HEAT_DISINFECT 1 // #define NEW_FMD_FLOW_SENSOR 1 + #define DISABLE_COND_STATUS_CHECK 1 /// Build switch #define DISABLE_PRIME_CONCENT_LINES 1 #define DISABLE_BICARB_CONDUCTIVITY_TEST 1 #define DISABLE_ACID_CONDUCTIVITY_TEST 1 // Turn these flags on to disable dialysate mixing - #define DISABLE_DIALYSATE_CHECK 1 // Disabled for Tom -// #define DISABLE_MIXING 1 - //#define DISABLE_FLOW_CONTROL_TREATMENT 1 - #define DISABLE_ACK_ALARM 1 + #define DISABLE_DIALYSATE_CHECK 1 // Disabled for Tom // Implement +// #define DISABLE_MIXING 1 // Implement + //#define DISABLE_FLOW_CONTROL_TREATMENT 1 // Not needed + #define DISABLE_ACK_ALARM 1 // Build switch #include #include