Index: firmware/App/Monitors/Flow.h =================================================================== diff -u -rc07917caced76b53a0ed8f35167fac6f9d8310a4 -rf4a8565c7edec12094b8a737ed7b8cd3424a9208 --- firmware/App/Monitors/Flow.h (.../Flow.h) (revision c07917caced76b53a0ed8f35167fac6f9d8310a4) +++ firmware/App/Monitors/Flow.h (.../Flow.h) (revision f4a8565c7edec12094b8a737ed7b8cd3424a9208) @@ -7,8 +7,8 @@ * * @file Flow.h * -* @author (last) Michael Garthwaite -* @date (last) 11-Sep-2025 +* @author (last) Jonny Paguio +* @date (last) 20-Oct-2025 * * @author (original) Michael Garthwaite * @date (original) 08-Sep-2025 @@ -37,8 +37,6 @@ { F32 p7Flow; ///< P7 flow rate at water inlet. F32 p16Flow; ///< P16 flow rate at RO filter outlet. - F32 p7Temp; ///< P7 temperature from inlet flow sensor. - F32 p16Temp; ///< P16 temperature from outlet flow sensor. } FLOW_TEMP_DATA_T; // ********** public function prototypes **********