Index: firmware/App/Controllers/DGInterface.h =================================================================== diff -u -r491bddb51ce331490567666795549c17f78a0e68 -r585e01a1d143a900ec37e1204a0a048ab6f86f53 --- firmware/App/Controllers/DGInterface.h (.../DGInterface.h) (revision 491bddb51ce331490567666795549c17f78a0e68) +++ firmware/App/Controllers/DGInterface.h (.../DGInterface.h) (revision 585e01a1d143a900ec37e1204a0a048ab6f86f53) @@ -64,6 +64,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.