Index: firmware/App/Monitors/Temperature.c =================================================================== diff -u -r3f65e4b1e11315bd6ca3a30a80fd4848a9081dda -r6dd41ba21a4a1f7b8dd62627306f71c5d055307d --- firmware/App/Monitors/Temperature.c (.../Temperature.c) (revision 3f65e4b1e11315bd6ca3a30a80fd4848a9081dda) +++ firmware/App/Monitors/Temperature.c (.../Temperature.c) (revision 6dd41ba21a4a1f7b8dd62627306f71c5d055307d) @@ -42,7 +42,7 @@ #define TEMP_SENSORS_DATA_PUBLISH_INTERVAL ( MS_PER_SECOND / TASK_PRIORITY_INTERVAL ) ///< Temperature sensors publish data time interval. #define TEMP_SENSORS_FPGA_ERROR_TIMEOUT_MS ( 2 * MS_PER_SECOND ) ///< Temperature sensors FPGA error timeout in milliseconds. #define D4_TEMP_MOVING_AVG_NUM_OF_SAMPLES 50 ///< D4 temperature sensor moving average number of samples. -#define D50_TEMP_MOVING_AVG_NUM_OF_SAMPLES 50 ///< D50 temperature sensor moving average number of samples ( 250ms filter ). +#define D50_TEMP_MOVING_AVG_NUM_OF_SAMPLES 50 ///< D50 temperature sensor moving average number of samples. #define DATA_PUBLISH_COUNTER_START_COUNT 30 ///< Data publish counter start count. #define DIAL_TEMP_MOVING_AVG_NUM_OF_SAMPLES 30 ///< Dialysate temperature sensors moving average number of samples. #define D28_D30_DATA_COLLECTION_TIME_MS ( 1 * MS_PER_SECOND ) ///< Dialysate temperature sensors data collection time in milliseconds.