Reported wrong temperature while heating up

This commit is contained in:
blddk 2012-01-22 21:51:56 +01:00
parent d8b6c5f233
commit 908bc5314c

View file

@ -980,7 +980,7 @@ inline void process_commands()
Serial.print("T:");
Serial.print( tt );
Serial.print(" B:");
Serial.println( analog2temp(current_bed_raw) );
Serial.println(analog2tempBed(current_bed_raw));
codenum = millis();
}
manage_heater();