Move temperature reporting to Temperature class

This commit is contained in:
Scott Lahteine
2017-12-06 18:30:39 -06:00
parent 6e197d4a42
commit 5d01a2f467
5 changed files with 115 additions and 101 deletions

View File

@@ -519,7 +519,7 @@
if (ELAPSED(millis(), next)) {
next = millis() + 5000UL;
print_heaterstates();
thermalManager.print_heaterstates();
SERIAL_EOL();
}
idle();
@@ -541,7 +541,7 @@
if (ELAPSED(millis(), next)) {
next = millis() + 5000UL;
print_heaterstates();
thermalManager.print_heaterstates();
SERIAL_EOL();
}
idle();