Index: firmware/App/Controllers/TemperatureSensors.c =================================================================== diff -u -rd838fbaa8507b883fa112e69137e86fc9fb2cb6f -r1e044a958c655d09fed725cfbc9808319b642d13 --- firmware/App/Controllers/TemperatureSensors.c (.../TemperatureSensors.c) (revision d838fbaa8507b883fa112e69137e86fc9fb2cb6f) +++ firmware/App/Controllers/TemperatureSensors.c (.../TemperatureSensors.c) (revision 1e044a958c655d09fed725cfbc9808319b642d13) @@ -83,7 +83,7 @@ #define HEATERS_INTERNAL_TC_ADC_TO_TEMP_CONVERSION_COEFF 0.25 ///< Heaters internal temperature sensors ADC to temperature conversion coefficient #define HEATERS_COLD_JUNCTION_ADC_TO_TEMP_CONVERSION_COEFF 0.0625 ///< Heaters cold junction temperature sensors ADC to temperature conversion coefficient -#define TEMP_SENSORS_DATA_PUBLISH_INTERVAL (5000 / TASK_PRIORITY_INTERVAL) ///< Temperature sensors publish data time interval +#define TEMP_SENSORS_DATA_PUBLISH_INTERVAL (500 / TASK_PRIORITY_INTERVAL) ///< Temperature sensors publish data time interval #define K_THERMOCOUPLE_TEMP_2_MILLI_VOLT_CONVERSION_COEFF 0.041276 ///< K thermocouple temperature to millivolt conversion coefficient