wizard: Return to status after calibration

This commit is contained in:
Yuri D'Elia 2023-01-16 11:38:56 +01:00
parent 9e0e0f5942
commit 16a89b9215
1 changed files with 2 additions and 1 deletions

View File

@ -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
{