Index: firmware/App/Controllers/Valves.c =================================================================== diff -u -r4c220e52c13eb856dbc2e35b09d327bf65341259 -r771a741a1698770e6997c6657bd520fb557d0f2d --- firmware/App/Controllers/Valves.c (.../Valves.c) (revision 4c220e52c13eb856dbc2e35b09d327bf65341259) +++ firmware/App/Controllers/Valves.c (.../Valves.c) (revision 771a741a1698770e6997c6657bd520fb557d0f2d) @@ -1,14 +1,14 @@ /************************************************************************** * -* Copyright (c) 2024-2025 Diality Inc. - All Rights Reserved. +* Copyright (c) 2024-2026 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * @file Valves.c * -* @author (last) “Raghu -* @date (last) 16-Oct-2025 +* @author (last) Michael Garthwaite +* @date (last) 12-Dec-2025 * * @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 );