瀏覽代碼

Add some important notes about thermistor ADC handling

Yuri D'Elia 4 年之前
父節點
當前提交
3336db7954
共有 1 個文件被更改,包括 1 次插入0 次删除
  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();