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:
parent
d3aa40a575
commit
9e0e0f5942
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue