Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r2f2419f67d9d458837893fef5cc1b21870021026 -r936acbb405970a406c8b1f557ea727e7cbf74c94 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 2f2419f67d9d458837893fef5cc1b21870021026) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 936acbb405970a406c8b1f557ea727e7cbf74c94) @@ -167,6 +167,9 @@ // MSG_ID_UI_SAMPLE_WATER_RESULT void handleSampleWaterResult( MESSAGE_T *message ); +// MSG_ID_UI_CONSUMABLE_INSTALL_CONFIRM +void handleConsumableInstallConfirm( MESSAGE_T *message ); + // MSG_ID_UI_INSTALLATION_CONFIRM void handleInstallationConfirm( MESSAGE_T *message );