Index: firmware/App/Services/SystemComm.c =================================================================== diff -u -rb32dd9e582f74d0ddc106a0d0b1efa8974c08c4d -r936acbb405970a406c8b1f557ea727e7cbf74c94 --- firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision b32dd9e582f74d0ddc106a0d0b1efa8974c08c4d) +++ firmware/App/Services/SystemComm.c (.../SystemComm.c) (revision 936acbb405970a406c8b1f557ea727e7cbf74c94) @@ -1209,6 +1209,10 @@ handleSampleWaterResult( message ); break; + case MSG_ID_UI_CONSUMABLE_INSTALL_CONFIRM: + handleConsumableInstallConfirm( message ); + break; + case MSG_ID_UI_INSTALLATION_CONFIRM: handleInstallationConfirm( message ); break;