wizard: Return to status after calibration

This commit is contained in:
Yuri D'Elia 2023-01-16 11:38:56 +01:00 committed by DRracer
parent 68372c0c0e
commit 8ee084944a

View File

@ -6670,8 +6670,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
{