Index: firmware/App/HDCommon.h =================================================================== diff -u -r8466e63f95f65a3ffb18c3af85ac99328e41167b -r2e21b8a4e52e0d1f94389acf424b5033362b63f1 --- firmware/App/HDCommon.h (.../HDCommon.h) (revision 8466e63f95f65a3ffb18c3af85ac99328e41167b) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision 2e21b8a4e52e0d1f94389acf424b5033362b63f1) @@ -24,8 +24,8 @@ #define HD_VERSION_MAJOR 0 #define HD_VERSION_MINOR 6 -#define HD_VERSION_MICRO 5 -#define HD_VERSION_BUILD 16 +#define HD_VERSION_MICRO 0 +#define HD_VERSION_BUILD 68 // ********** development build switches ********** @@ -55,6 +55,7 @@ #define ALWAYS_ALLOW_SYRINGE_PUMP_CMDS 1 // Allow syringe pump commands at any time except when pump is busy #define DISABLE_PRESSURE_CHECKS 1 // Do not error on HD pressure checks // #define DISABLE_UF_ALARMS 1 // Do not error on HD ultrafiltration checks + #define DISABLE_DIALYSATE_TEMP_CHECK 1 // Disable dialysate temperature check // #define DISABLE_VALVE_ALARMS 1 // Do not error on HD valve position #define SKIP_CAL_CHECK 1 // #define RUN_PUMPS_OPEN_LOOP 1 // BP and DPi pumps will be run open loop (no flow sensor feedback)