Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r647f8950c1a9f936e16a7b51e36f582c3d03a40e -r2991b6731ff88740f29ea2f19411115d4f8a4aa4 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 647f8950c1a9f936e16a7b51e36f582c3d03a40e) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 2991b6731ff88740f29ea2f19411115d4f8a4aa4) @@ -139,7 +139,10 @@ void handleUIPOSTFinalResult( MESSAGE_T *message ); // MSG_ID_LOAD_CELL_READINGS -void handleLoadCellReadingsFromDG( MESSAGE_T *message ); +void handleLoadCellReadingsFromDG( MESSAGE_T *message ); + +// MSG_ID_DG_HEATERS_DATA +void handleDGHeatersData( MESSAGE_T *message ); // MSG_ID_DG_TEMPERATURE_DATA: void handleDGTemperatureData( MESSAGE_T *message );