Index: firmware/App/Controllers/BalancingChamber.h =================================================================== diff -u -r1b110e3b2462fda74aa8f2811aad9ce61cb80309 -re81c8386abc9ae2d00c27bfd3975543fe26141b4 --- firmware/App/Controllers/BalancingChamber.h (.../BalancingChamber.h) (revision 1b110e3b2462fda74aa8f2811aad9ce61cb80309) +++ firmware/App/Controllers/BalancingChamber.h (.../BalancingChamber.h) (revision e81c8386abc9ae2d00c27bfd3975543fe26141b4) @@ -1,17 +1,17 @@ /************************************************************************** * -* Copyright (c) 2024-2024 Diality Inc. - All Rights Reserved. +* Copyright (c) 2025-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 BalancingChamber.h * -* @author (last) Vinayakam Mani -* @date (last) 06-Aug-2024 +* @author (last) Jashwant Gantyada +* @date (last) 06-Mar-2026 * * @author (original) Vinayakam Mani -* @date (original) 06-Aug-2024 +* @date (original) 28-Jan-2025 * ***************************************************************************/ @@ -48,7 +48,7 @@ U32 balChamberSwPeriod; ///< Balancing chamber switching period BOOL isBalChamberFillInProgress; ///< Whether balancing chamber fill in progress or not U32 currentBalChamberSwitchingCounter; ///< Current balancing chamber switching counter - BOOL isPressureStalbilizedDuringFill; ///< Whether pressure stabilized during fill or not + BOOL isPressureStabilizedDuringFill; ///< Whether pressure stabilized during fill or not BOOL balChamberSWOnlyState; ///< Balancing chamber switching only status ( On/Off) } BAL_CHAMBER_DATA_T;