Add some important notes about thermistor ADC handling
This commit is contained in:
parent
65f25b0d7e
commit
3336db7954
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue