Index: firmware/App/Monitors/Flow.h =================================================================== diff -u -r6545787080956983fed6bd9c2717938c202917ab -r830213bc6dcc1a684610caf78c79d55f2cb41e93 --- firmware/App/Monitors/Flow.h (.../Flow.h) (revision 6545787080956983fed6bd9c2717938c202917ab) +++ firmware/App/Monitors/Flow.h (.../Flow.h) (revision 830213bc6dcc1a684610caf78c79d55f2cb41e93) @@ -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 Flow.h * -* @author (last) Sean Nash -* @date (last) 21-Nov-2024 +* @author (last) Jonny Paguio +* @date (last) 20-Oct-2025 * -* @author (original) Sean Nash -* @date (original) 21-Nov-2024 +* @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 **********