Index: firmware/App/Controllers/ROPump.c =================================================================== diff -u -r497e638f3a9b45c0e9081db7e4f48f2ea879ba07 -r1a7b3fdc8c9b47ae713a7ec37670a96df7d73818 --- firmware/App/Controllers/ROPump.c (.../ROPump.c) (revision 497e638f3a9b45c0e9081db7e4f48f2ea879ba07) +++ firmware/App/Controllers/ROPump.c (.../ROPump.c) (revision 1a7b3fdc8c9b47ae713a7ec37670a96df7d73818) @@ -332,6 +332,7 @@ checkPersistentAlarm( ALARM_ID_FLOW_RATE_OUT_OF_UPPER_RANGE, isFlowOutOfUpperRange, currentFlow, targetFlow ); checkPersistentAlarm( ALARM_ID_FLOW_RATE_OUT_OF_LOWER_RANGE, isFlowOutOfLowerRange, currentFlow, targetFlow ); } +#endif // If the pump is off and PPi + 5psi < PPo for a certain period of time, activate safety shutdown if ( FALSE == isROPumpOn ) @@ -347,7 +348,6 @@ activateSafetyShutdown(); } } -#endif // Publish RO pump data on interval publishROPumpData();