Index: firmware/App/HDCommon.h =================================================================== diff -u -rd6c75118f4e5792b40b744a0b29e44c78368a469 -r4b358e1af8512dd9a0e948ef7c534b6af393b611 --- firmware/App/HDCommon.h (.../HDCommon.h) (revision d6c75118f4e5792b40b744a0b29e44c78368a469) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision 4b358e1af8512dd9a0e948ef7c534b6af393b611) @@ -40,7 +40,6 @@ #define SKIP_POST 1 // Skip POST tests - all pass #define DONT_SKIP_NV_POST 1 #define DISABLE_AIR_TRAP_LEVELING 1 // Disable air trap level control - #define DISABLE_CAL_CHECK // #define DISABLE_3WAY_VALVES 1 // Disable 3-way valves // #define TST_3WAY_VALVES_ALWAYS_OPEN 1 // After POST and homing, open all 4 valves #define DISABLE_ACCELS 1 // Disable accelerometer POST and monitoring Index: firmware/App/Modes/ModeTreatment.c =================================================================== diff -u -rd6c75118f4e5792b40b744a0b29e44c78368a469 -r4b358e1af8512dd9a0e948ef7c534b6af393b611 --- firmware/App/Modes/ModeTreatment.c (.../ModeTreatment.c) (revision d6c75118f4e5792b40b744a0b29e44c78368a469) +++ firmware/App/Modes/ModeTreatment.c (.../ModeTreatment.c) (revision 4b358e1af8512dd9a0e948ef7c534b6af393b611) @@ -1143,7 +1143,6 @@ // Update treatment time stats and broadcast - end treatment if time elapsedTreatmentTimeInSecs = CALC_ELAPSED_TREAT_TIME_IN_SECS(); // Broadcast treatment time data at interval - if ( ++treatmentTimeBroadcastTimerCtr >= TREATMENT_TIME_DATA_PUB_INTERVAL ) { if ( isTreatmentCompleted() != TRUE )