Add some important notes about thermistor ADC handling

This commit is contained in:
Yuri D'Elia 2020-06-08 02:56:11 +02:00
parent 65f25b0d7e
commit 3336db7954

View file

@ -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();