Index: firmware/App/Services/Messaging.c =================================================================== diff -u -rdb4ababe9942a6c755ffc11d25af50f598e8dba6 -r76ede35cf15c9310c2915151f1d47998f22b71de --- firmware/App/Services/Messaging.c (.../Messaging.c) (revision db4ababe9942a6c755ffc11d25af50f598e8dba6) +++ firmware/App/Services/Messaging.c (.../Messaging.c) (revision 76ede35cf15c9310c2915151f1d47998f22b71de) @@ -239,6 +239,8 @@ { MSG_ID_FP_RO_PUMP_PUBLISH_INTERVAL_OVERRIDE_REQUEST, &testROPumpDataPublishIntervalOverride }, { MSG_ID_DD_RINSE_PUMP_DATA_PUBLISH_INTERVAL_OVERRIDE_REQUEST, &testRinsePumpDataPublishIntervalOverride }, { MSG_ID_FP_SET_START_STOP_OVERRIDE_REQUEST, &testSetGeneratePermeateSignal }, + { MSG_ID_FP_RO_REJECTION_RATIO_PUBLISH_INTERVAL_OVERRIDE_REQUEST, &testRORejectionRatioDataPublishIntervalOverride }, + { MSG_ID_FP_RO_FILTERED_REJECTION_RATIO_OVERRIDE_REQUEST, &testRORejectionRatioFilteredOverride }, }; /// Calculation for number of entries in the incoming message function handler look-up table.