Index: firmware/App/Controllers/RinsePump.c =================================================================== diff -u -rd7c545dff2f13dd75ebab0af997c45047c844f7a -r94789b2f2324d5901685b6ff7b6224d4af3a0276 --- firmware/App/Controllers/RinsePump.c (.../RinsePump.c) (revision d7c545dff2f13dd75ebab0af997c45047c844f7a) +++ firmware/App/Controllers/RinsePump.c (.../RinsePump.c) (revision 94789b2f2324d5901685b6ff7b6224d4af3a0276) @@ -7,8 +7,8 @@ * * @file RinsePump.c * -* @author (last) Jashwant Gantyada -* @date (last) 02-Apr-2026 +* @author (last) Vinayakam Mani +* @date (last) 14-Apr-2026 * * @author (original) Vinayakam Mani * @date (original) 02-Oct-2025 @@ -281,6 +281,7 @@ } else { + // Current Beta 1.9 system uses on/off bit setValveState( D88_79_VALV, VALVE_STATE_CLOSED ); } @@ -310,6 +311,7 @@ } else { + // Current Beat 1.9 system uses on/off bit setValveState( D88_79_VALV, VALVE_STATE_OPEN ); }