Handle CALIBRATION_STATUS_SELFTEST
This commit is contained in:
parent
b2f3f476c4
commit
16de033504
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue