Browse Source

Add some important notes about thermistor ADC handling

Yuri D'Elia 3 years ago
parent
commit
3336db7954
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Firmware/temperature.cpp

+ 1 - 0
Firmware/temperature.cpp

@@ -639,6 +639,7 @@ void manage_heater()
     return; 
 // more precisely - this condition partially stabilizes time interval for regulation values evaluation (@ ~ 230ms)
 
+  // ADC values need to be converted before checking: converted values are later used in MINTEMP
   updateTemperaturesFromRawValues();
 
   check_max_temp();