Add ExtUI::onStatusChanged_P (#17543)

This commit is contained in:
Desuuuu
2020-04-16 07:33:31 +02:00
committed by GitHub
parent 089a0af119
commit 2824e67d95
3 changed files with 8 additions and 1 deletions

View File

@ -536,7 +536,7 @@ void wait_for_confirmation(const bool is_reload/*=false*/, const int8_t max_beep
host_prompt_do(PROMPT_INFO, GET_TEXT(MSG_REHEATING));
#endif
#if ENABLED(EXTENSIBLE_UI)
ExtUI::onStatusChanged(GET_TEXT(MSG_REHEATING));
ExtUI::onStatusChanged_P(GET_TEXT(MSG_REHEATING));
#endif
// Re-enable the heaters if they timed out