Remove random calibration try
This commit is contained in:
		@@ -66,9 +66,6 @@ int main()
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	shell_handle = shell_init();
 | 
						shell_handle = shell_init();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/* Try random calibration */
 | 
					 | 
				
			||||||
	adc_pt1000_set_resistance_calibration(-0.8f, 0.0f, true);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	while(1) {
 | 
						while(1) {
 | 
				
			||||||
		pt1000_value_status = adc_pt1000_get_current_resistance(&pt1000_value);
 | 
							pt1000_value_status = adc_pt1000_get_current_resistance(&pt1000_value);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user