Index: firmware/App/Controllers/DGInterface.h =================================================================== diff -u -r481c81493ac2bf73d1d371cabee016ab8ad8d06c -r1c04924590760ca29e1c9fe19bca65ec5ce428fe --- firmware/App/Controllers/DGInterface.h (.../DGInterface.h) (revision 481c81493ac2bf73d1d371cabee016ab8ad8d06c) +++ firmware/App/Controllers/DGInterface.h (.../DGInterface.h) (revision 1c04924590760ca29e1c9fe19bca65ec5ce428fe) @@ -8,7 +8,7 @@ * @file DGInterface.h * * @author (last) Dara Navaei -* @date (last) 13-Jul-2022 +* @date (last) 15-Jul-2022 * * @author (original) Sean * @date (original) 08-Apr-2020 @@ -66,6 +66,9 @@ F32 tempAvgFill; ///< Average fill temperature in C F32 tempLastFill; ///< Last fill temperature in C F32 timereservoirFillMS; ///< Reservoir fill time in milliseconds + F32 tempRsrvr0ActualTrimmer; ///< Temperature actual reservoir in C. + F32 tempFillMixAvgTrimmer; ///< Temperature fill mix average trimmer in C. + F32 tempRsrvrEndFillTrimmer; ///< Temperature reservoir end fill trimmer in C. } DG_RESERVOIRS_DATA_PAYLOAD_T; /// Payload record structure for DG temperature sensors data message.