Index: firmware/App/Drivers/TemperatureSensors.h =================================================================== diff -u -ra1907314deab28c20945cd41d2d167924daf2c08 -r7b9a8c0cb9986368e1e38fcdb9daaf3cf707dfd2 --- firmware/App/Drivers/TemperatureSensors.h (.../TemperatureSensors.h) (revision a1907314deab28c20945cd41d2d167924daf2c08) +++ firmware/App/Drivers/TemperatureSensors.h (.../TemperatureSensors.h) (revision 7b9a8c0cb9986368e1e38fcdb9daaf3cf707dfd2) @@ -35,9 +35,13 @@ /// Enumeration of temperature sensors. typedef enum SENSORS_NAME { - TEMP_SENSOR_TRO1 = 0, ///< Tank temperature sensor at hottest point (TRO1). - TEMP_SENSOR_FIRST = TEMP_SENSOR_TRO1, ///< First temp sensor to scan - TEMP_SENSOR_TRO2, ///< Pre-tank temperature sensor at coldest point (TRO2). + P23_TEMP = 0, ///< Tank temperature sensor at hottest point. + TEMP_SENSOR_FIRST = P23_TEMP, ///< First temp sensor. + P22_TEMP, ///< Pre-tank temperature sensor at coldest point. + P10_TEMP, ///< Inlet conductivity sensor temperature. + P19_TEMP, ///< Outlet conductivity sensor temperature. + P7_TEMP, ///< Inlet flow sensor temperature. + P16_TEMP, ///< Outlet flow sensor temperature. NUM_OF_TEMPERATURE_SENSORS ///< Number of temperature sensors } TEMPERATURE_SENSOR_T;