Handle CALIBRATION_STATUS_SELFTEST
This commit is contained in:
parent
b2f3f476c4
commit
16de033504
|
|
@ -6665,6 +6665,7 @@ bool lcd_selftest()
|
||||||
if (_result)
|
if (_result)
|
||||||
{
|
{
|
||||||
LCD_ALERTMESSAGERPGM(_i("Self test OK"));////MSG_SELFTEST_OK c=20
|
LCD_ALERTMESSAGERPGM(_i("Self test OK"));////MSG_SELFTEST_OK c=20
|
||||||
|
calibration_status_set(CALIBRATION_STATUS_SELFTEST);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue