Return to status to show manual deploy/stow messages (#12324)

This commit is contained in:
Hannes Brandstätter-Müller 2018-11-04 11:51:26 +01:00 committed by Scott Lahteine
parent f5e8e8b53d
commit 67b22760d9

View file

@ -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();