Index: firmware/App/Controllers/Valves.c =================================================================== diff -u -re460c82e6e956a023ce156580f545edb4d8f6e9d -r8e93a6e39b2c7af5f0b47ef1272a2b53446fab0b --- firmware/App/Controllers/Valves.c (.../Valves.c) (revision e460c82e6e956a023ce156580f545edb4d8f6e9d) +++ firmware/App/Controllers/Valves.c (.../Valves.c) (revision 8e93a6e39b2c7af5f0b47ef1272a2b53446fab0b) @@ -7,8 +7,8 @@ * * @file Valves.c * -* @author (last) Michael Garthwaite -* @date (last) 12-Dec-2025 +* @author (last) Varshini Nagabooshanam +* @date (last) 23-Jan-2026 * * @author (original) Vinayakam Mani * @date (original) 26-Aug-2024 @@ -125,7 +125,7 @@ readCommandedValveStates(); // initially set valve PWM configuration and enable - setFPGAPWMConfigurations(); + //setFPGAPWMConfigurations(); // initially set all valves to de-energized state via FPGA setFPGADDValveStates( commandedValvesStates );