Return to status to show manual deploy/stow messages (#12324)
This commit is contained in:
parent
f5e8e8b53d
commit
67b22760d9
@ -370,7 +370,8 @@ FORCE_INLINE void probe_specific_action(const bool deploy) {
|
||||
BUZZ(100, 698);
|
||||
|
||||
PGM_P const ds_str = deploy ? PSTR(MSG_MANUAL_DEPLOY) : PSTR(MSG_MANUAL_STOW);
|
||||
lcd_setstatusPGM(ds_str);
|
||||
lcd_return_to_status(); // To display the new status message
|
||||
lcd_setstatusPGM(ds_str, 99);
|
||||
serialprintPGM(ds_str);
|
||||
SERIAL_EOL();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user