wizard: Do no set "Self test OK" as an alert message

Alert messages are intended to persist above "info" messages, thus
preventing further calibration status updates to be shown (such as
thermal model calibration).

Just set the message as a regular status message.

Fixes #3892
This commit is contained in:
Yuri D'Elia 2023-01-15 18:25:15 +01:00
parent d3aa40a575
commit 9e0e0f5942
1 changed files with 1 additions and 1 deletions

View File

@ -6456,7 +6456,7 @@ bool lcd_selftest()
if (_result)
{
LCD_ALERTMESSAGERPGM(_i("Self test OK"));////MSG_SELFTEST_OK c=20
lcd_setstatuspgm(_i("Self test OK"));////MSG_SELFTEST_OK c=20
calibration_status_set(CALIBRATION_STATUS_SELFTEST);
}
else