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
4e3152dc1d
commit
68372c0c0e
1 changed files with 1 additions and 1 deletions
|
@ -6670,7 +6670,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 a new issue