Change unstbale detection range from 10 Ohm to 20 Ohm
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user