Index: firmware/App/Controllers/DrainPump.c =================================================================== diff -u -ra8d919375cdb830f52e82e2d1c72c8153f5f58ca -rfb79cc82233d712817d0c9ff6567253aa65bd622 --- firmware/App/Controllers/DrainPump.c (.../DrainPump.c) (revision a8d919375cdb830f52e82e2d1c72c8153f5f58ca) +++ firmware/App/Controllers/DrainPump.c (.../DrainPump.c) (revision fb79cc82233d712817d0c9ff6567253aa65bd622) @@ -252,6 +252,9 @@ // Convert speed ADC to RPM currentDrainPumpRPM = CONVERSION_COEFF / getFPGADrainPumpSpeed(); + /* TODO: The RPM is not converted properly. There will be a story to work on this issue. + * This part of code is commented out until the RPM is calculated from ADC correctly. + */ // The RPM is only checked in open loop state that the pump is run at a fixed RPM. // The persistent alarm waits for a couple of seconds before raising an alarm, this is supposed to cover // when the pump is turned on and it takes a while to ramp up to target RPM.