Remove random calibration try

This commit is contained in:
Mario Hüttel 2020-02-16 13:25:18 +01:00
parent 7ade829a70
commit 47daf495bd
1 changed files with 0 additions and 3 deletions

View File

@ -66,9 +66,6 @@ int main()
shell_handle = shell_init();
/* Try random calibration */
adc_pt1000_set_resistance_calibration(-0.8f, 0.0f, true);
while(1) {
pt1000_value_status = adc_pt1000_get_current_resistance(&pt1000_value);