Merge pull request #3920 from wavexx/selftest_ok_alert
wizard: Do no set "Self test OK" as an alert message
This commit is contained in:
commit
fab4165f4a
|
|
@ -6459,8 +6459,9 @@ bool lcd_selftest()
|
||||||
|
|
||||||
if (_result)
|
if (_result)
|
||||||
{
|
{
|
||||||
LCD_ALERTMESSAGERPGM(_i("Self test OK"));////MSG_SELFTEST_OK c=20
|
|
||||||
calibration_status_set(CALIBRATION_STATUS_SELFTEST);
|
calibration_status_set(CALIBRATION_STATUS_SELFTEST);
|
||||||
|
lcd_setstatuspgm(_i("Self test OK"));////MSG_SELFTEST_OK c=20
|
||||||
|
lcd_return_to_status();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue