Index: firmware/App/Monitors/Pressure.h =================================================================== diff -u -rfd42b31a0572ab85c862ebf94997766f27dd8e97 -r830213bc6dcc1a684610caf78c79d55f2cb41e93 --- firmware/App/Monitors/Pressure.h (.../Pressure.h) (revision fd42b31a0572ab85c862ebf94997766f27dd8e97) +++ firmware/App/Monitors/Pressure.h (.../Pressure.h) (revision 830213bc6dcc1a684610caf78c79d55f2cb41e93) @@ -1,17 +1,17 @@ /************************************************************************** * -* Copyright (c) 2024-2024 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 Pressure.h * -* @author (last) Vinayakam Mani -* @date (last) 04-Sep-2024 +* @author (last) “rkallala” +* @date (last) 23-Oct-2025 * * @author (original) Vinayakam Mani -* @date (original) 04-Sep-2024 +* @date (original) 12-Sep-2024 * ***************************************************************************/ @@ -45,11 +45,11 @@ /// FP Pressure data struct. typedef struct { - F32 m1Pressure; ///< Water Inlet Input pressure F32 m3Pressure; ///< Water Inlet Output pressure F32 p8Pressure; ///< Pressure before inlet conductivity sensor (P8) F32 p13Pressure; ///< Pressure before RO filter (P13) F32 p17Pressure; ///< Pressure after RO filter (P17) + F32 p46Pressure; ///< Pressure after sediment filter (P46) } PRESSURE_FP_DATA_T; // ********** public function prototypes **********