Handle CALIBRATION_STATUS_SELFTEST

This commit is contained in:
Yuri D'Elia 2022-12-24 20:33:03 +01:00 committed by DRracer
parent b2f3f476c4
commit 16de033504

View file

@ -6665,6 +6665,7 @@ bool lcd_selftest()
if (_result)
{
LCD_ALERTMESSAGERPGM(_i("Self test OK"));////MSG_SELFTEST_OK c=20
calibration_status_set(CALIBRATION_STATUS_SELFTEST);
}
else
{