Index: firmware/App/Controllers/ROPump.c =================================================================== diff -u -r97e0100921ccad633b39b509a93a7237e4d80446 -rb93d59e35abc7a815cb108831ffca93635321028 --- firmware/App/Controllers/ROPump.c (.../ROPump.c) (revision 97e0100921ccad633b39b509a93a7237e4d80446) +++ firmware/App/Controllers/ROPump.c (.../ROPump.c) (revision b93d59e35abc7a815cb108831ffca93635321028) @@ -392,7 +392,6 @@ 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 ) @@ -408,6 +407,7 @@ activateSafetyShutdown(); } } +#endif // Publish RO pump data on interval publishROPumpData();