Index: firmware/App/Controllers/ConcentratePumps.h =================================================================== diff -u -r22176ce95e49213c48454f34ddf5d29b8109f2cb -r669f36cf32c3b500aa2fd5b08c58ee5e6b2e7f08 --- firmware/App/Controllers/ConcentratePumps.h (.../ConcentratePumps.h) (revision 22176ce95e49213c48454f34ddf5d29b8109f2cb) +++ firmware/App/Controllers/ConcentratePumps.h (.../ConcentratePumps.h) (revision 669f36cf32c3b500aa2fd5b08c58ee5e6b2e7f08) @@ -66,6 +66,7 @@ void requestConcentratePumpOff( CONCENTRATE_PUMPS_T pumpId ); void setConcentratePumpTargetSpeed( CONCENTRATE_PUMPS_T pumpId, F32 targetSpeed_ml_min ); +F32 getConcentratePumpTargetFlowMLPM( CONCENTRATE_PUMPS_T pumpId ); F32 getMeasuredPumpSpeed( CONCENTRATE_PUMPS_T pumpId ); DG_ACID_CONCENTRATES_RECORD_T getAcidConcentrateCalRecord( void );