Index: firmware/App/Controllers/DialInFlow.c =================================================================== diff -u -rac5a409920099e701227c507cbda86d5d1ea8bf8 -rec7ec8175042f4f908cb73123de82e11565dac8d --- firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision ac5a409920099e701227c507cbda86d5d1ea8bf8) +++ firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision ec7ec8175042f4f908cb73123de82e11565dac8d) @@ -814,13 +814,14 @@ } } - // Check the measured flow against estimated flow - // TODO: Will revise this scheme with Sean's inputs. DN-27OCT2022 + // Check the measured flow against estimated flow - / +/* TODO: Will re-install this code segment. DN-27OCT2022 F32 deltaFlow = 0.5 * estimatedFlow; // 50% estimated flow if ( deltaFlow < fabs( estimatedFlow - filteredDialInFlowMeterReading ) ) { SET_ALARM_WITH_2_U32_DATA( ALARM_ID_HD_DIAL_IN_FLOW_CHECK_FAILURE, filteredDialInFlowMeterReading, estimatedFlow ); } - +*/ return estimatedFlow; }