Index: firmware/App/Modes/FPModes/ModePreGenPermeate.c =================================================================== diff -u -r50144ec3e96785cf76d5bfd22ee65029c82e732b -r937362196a40d7d55b1b61e33f88c382184fbf2f --- firmware/App/Modes/FPModes/ModePreGenPermeate.c (.../ModePreGenPermeate.c) (revision 50144ec3e96785cf76d5bfd22ee65029c82e732b) +++ firmware/App/Modes/FPModes/ModePreGenPermeate.c (.../ModePreGenPermeate.c) (revision 937362196a40d7d55b1b61e33f88c382184fbf2f) @@ -7,7 +7,7 @@ * * @file ModePreGenPermeate.c * -* @author (last) Varshini Nagabooshanam +* @author (last) “rkallala” * @date (last) 27-Jan-2026 * * @author (original) Michael Garthwaite @@ -194,7 +194,7 @@ setValveState( P6_VALV, VALVE_STATE_CLOSED ); setValveState( P11_VALV, VALVE_STATE_OPEN ); setValveState( P33_VALV, VALVE_STATE_OPEN ); // TODO - Change valves to handle RO rejection config - setValveState( P34_VALV, VALVE_STATE_CLOSED ); // Current set to Medium recovery for alpha HW + setValveState( P34_VALV, VALVE_STATE_CLOSED ); // Current set to Medium recovery for Beta1 HW and High recovery for Beta2 HW setValveState( P37_VALV, VALVE_STATE_CLOSED ); setValveState( P39_VALV, VALVE_STATE_OPEN ); startPermeateTankControl();