Add some important notes about thermistor ADC handling
This commit is contained in:
parent
65f25b0d7e
commit
3336db7954
|
|
@ -639,6 +639,7 @@ void manage_heater()
|
||||||
return;
|
return;
|
||||||
// more precisely - this condition partially stabilizes time interval for regulation values evaluation (@ ~ 230ms)
|
// 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();
|
updateTemperaturesFromRawValues();
|
||||||
|
|
||||||
check_max_temp();
|
check_max_temp();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue