From ec2c23c9f7b8a51a448d5f3611f6ca10eca600b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Fri, 19 Mar 2021 20:51:54 +0100 Subject: [PATCH] Change unstbale detection range from 10 Ohm to 20 Ohm --- stm-firmware/include/reflow-controller/adc-meas.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stm-firmware/include/reflow-controller/adc-meas.h b/stm-firmware/include/reflow-controller/adc-meas.h index 6f16df4..f0e764e 100644 --- a/stm-firmware/include/reflow-controller/adc-meas.h +++ b/stm-firmware/include/reflow-controller/adc-meas.h @@ -47,7 +47,7 @@ /** * @brief Difference in Ohm between filter input and output that determines if the filter is stable or unstable. */ -#define ADC_PT1000_FILTER_UNSTABLE_DIFF 10 +#define ADC_PT1000_FILTER_UNSTABLE_DIFF 20 /** * @brief Sample count, the moving average filter has to be within @ref ADC_PT1000_FILTER_UNSTABLE_DIFF for the filter