Index: firmware/App/Controllers/DGInterface.h =================================================================== diff -u -r19a8bf98a7154e24c35da25225d4b55bf70ddd09 -rd558c3058a027d8f4407c7bb882505e30225a7f9 --- firmware/App/Controllers/DGInterface.h (.../DGInterface.h) (revision 19a8bf98a7154e24c35da25225d4b55bf70ddd09) +++ firmware/App/Controllers/DGInterface.h (.../DGInterface.h) (revision d558c3058a027d8f4407c7bb882505e30225a7f9) @@ -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.