Index: firmware/App/Services/Messaging.c =================================================================== diff -u -r9eae2f683887bededd2240f51ddfc667d8c1d566 -r3b64586791accd0b9e8d8978b40e2509bb86dfbe --- firmware/App/Services/Messaging.c (.../Messaging.c) (revision 9eae2f683887bededd2240f51ddfc667d8c1d566) +++ firmware/App/Services/Messaging.c (.../Messaging.c) (revision 3b64586791accd0b9e8d8978b40e2509bb86dfbe) @@ -8,7 +8,7 @@ * @file Messaging.c * * @author (last) Michael Garthwaite -* @date (last) 11-Jun-2026 +* @date (last) 15-Jun-2026 * * @author (original) Vinayakam Mani * @date (original) 07-Aug-2024 @@ -293,7 +293,9 @@ { MSG_ID_FP_SET_RECOVERY_VALVES_REQUEST, &testIOFPSetValveRecoveryConfig }, { MSG_ID_DD_SUBSTITUTION_PUMP_START_STOP_OVERRIDE_REQUEST, &testSubstitutionPumpStartStopOverride }, { MSG_ID_DD_SUBSTITUTION_PUMP_BROADCAST_INTERVAL_OVERRIDE_REQUEST, &testSubstitutionPumpDataPublishIntervalOverride }, - { MSG_ID_DD_SUBSTITUTION_PUMP_TARGET_RATE_OVERRIDE_REQUEST, &testSubstitutionPumpTargetRateOverride }, + { MSG_ID_DD_SUBSTITUTION_PUMP_TARGET_RATE_OVERRIDE_REQUEST, &testSubstitutionPumpTargetRateOverride }, + { MSG_ID_DD_CONDUCTIVITY_SENSOR_CAL_REQUEST, &testHandleConductivitySensorCalRequest }, + { MSG_ID_FP_CONDUCTIVITY_SENSOR_CAL_REQUEST, &testHandleConductivitySensorCalRequest }, }; /// Calculation for number of entries in the incoming message function handler look-up table.