🎨 Format, use status macros
This commit is contained in:
committed by
Scott Lahteine
parent
5632ad65f5
commit
9324132a40
@@ -651,7 +651,7 @@ volatile bool Temperature::raw_temps_ready = false;
|
||||
|
||||
// PID Tuning loop
|
||||
wait_for_heatup = true; // Can be interrupted with M108
|
||||
TERN_(HAS_STATUS_MESSAGE, ui.set_status(F("Wait for heat up...")));
|
||||
LCD_MESSAGE(MSG_HEATING);
|
||||
while (wait_for_heatup) {
|
||||
|
||||
const millis_t ms = millis();
|
||||
|
Reference in New Issue
Block a user