wizard: Return to status after calibration
This commit is contained in:
parent
9e0e0f5942
commit
16a89b9215
|
|
@ -6456,8 +6456,9 @@ bool lcd_selftest()
|
|||
|
||||
if (_result)
|
||||
{
|
||||
lcd_setstatuspgm(_i("Self test OK"));////MSG_SELFTEST_OK c=20
|
||||
calibration_status_set(CALIBRATION_STATUS_SELFTEST);
|
||||
lcd_setstatuspgm(_i("Self test OK"));////MSG_SELFTEST_OK c=20
|
||||
lcd_return_to_status();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue