Reported wrong temperature while heating up
This commit is contained in:
parent
d8b6c5f233
commit
908bc5314c
1 changed files with 1 additions and 1 deletions
|
|
@ -980,7 +980,7 @@ inline void process_commands()
|
||||||
Serial.print("T:");
|
Serial.print("T:");
|
||||||
Serial.print( tt );
|
Serial.print( tt );
|
||||||
Serial.print(" B:");
|
Serial.print(" B:");
|
||||||
Serial.println( analog2temp(current_bed_raw) );
|
Serial.println(analog2tempBed(current_bed_raw));
|
||||||
codenum = millis();
|
codenum = millis();
|
||||||
}
|
}
|
||||||
manage_heater();
|
manage_heater();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue