Index: firmware/App/Services/Messaging.c =================================================================== diff -u -r91cb323e304dd3766cde30d49475d153b7038c8c -r6528112488931ffa4db6f48797b0fe0cfed3f882 --- firmware/App/Services/Messaging.c (.../Messaging.c) (revision 91cb323e304dd3766cde30d49475d153b7038c8c) +++ firmware/App/Services/Messaging.c (.../Messaging.c) (revision 6528112488931ffa4db6f48797b0fe0cfed3f882) @@ -40,6 +40,7 @@ #include "StateTxPaused.h" #include "Switches.h" #include "SystemCommTD.h" +#include "Temperatures.h" #include "Utilities.h" #include "Valve3Way.h" #include "Valves.h" @@ -171,7 +172,11 @@ { MSG_ID_TD_HARD_STOP_BLOOD_PUMP, &testHardStopBloodPump }, { MSG_ID_TD_AIR_PUMP_POWER_RAISE_OVERRIDE_REQUEST, &testAirPumpPowerRaiseOverride }, { MSG_ID_TD_AIR_PUMP_POWER_LOWER_OVERRIDE_REQUEST, &testAirPumpPowerLowerOverride }, - { MSG_ID_TD_HARD_STOP_BLOOD_PUMP, &testHardStopBloodPump } + { MSG_ID_TD_HARD_STOP_BLOOD_PUMP, &testHardStopBloodPump }, + { MSG_ID_TD_BARO_MFG_CRC_OVERRIDE, &testBaroPressureMFGCRCOverride }, + { MSG_ID_TD_BARO_PRESSURE_OVERRIDE, &testBaroPressureOverride }, + { MSG_ID_TD_TEMPERATURE_OVERRIDE, &testTemperatureOverride }, + { MSG_ID_TD_TEMPERATURE_PUBLISH_INTERVAL_OVERRIDE_REQUEST, &testTemperatureDataPublishIntervalOverride }, }; #define NUM_OF_FUNCTION_HANDLERS (sizeof(MSG_FUNCTION_HANDLER_LOOKUP) / sizeof(MSG_HANDLER_LOOKUP_T)) Index: firmware/App/TDCommon.h =================================================================== diff -u -re2b2b0d0b70fe024f81132416bf1a7d7c21bbc1d -r6528112488931ffa4db6f48797b0fe0cfed3f882 --- firmware/App/TDCommon.h (.../TDCommon.h) (revision e2b2b0d0b70fe024f81132416bf1a7d7c21bbc1d) +++ firmware/App/TDCommon.h (.../TDCommon.h) (revision 6528112488931ffa4db6f48797b0fe0cfed3f882) @@ -36,8 +36,7 @@ // #define TEST_PINCH_VALVES 1 // Alpha unit pinch valve testing // #define TEST_DEBUGGER 1 // Testing with debugger - prevents FPGA comm alarms caused by breakpoints // #define TEST_PROCESS_TASKS_WO_UI 1 // Allow task processing even when UI not connected -// #define TEST_UI_ONLY 1 // Alpha test with TD and UI only - no DD -// #define TEST_NO_PINCH_VALVES 1 // Alpha test with no pinch valve functionality + #define TEST_UI_ONLY 1 // Alpha test with TD and UI only - no DD // #define TEST_USE_OFF_AS_STOP_BUTTON 1 // Alpha test re-purposing off button as a stop button #define TEST_NO_PRESSURE_CHECKS 1 // Alpha test with no pressure sensor checks // #define TEST_NO_STOP_CONSUME_CHECK 1 // Alpha test with no check for stop button timeout