wizard: Return to status after calibration
This commit is contained in:
parent
68372c0c0e
commit
8ee084944a
@ -6670,8 +6670,9 @@ bool lcd_selftest()
|
|||||||
|
|
||||||
if (_result)
|
if (_result)
|
||||||
{
|
{
|
||||||
lcd_setstatuspgm(_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
Block a user