Handle CALIBRATION_STATUS_SELFTEST
This commit is contained in:
parent
b8c1f34e31
commit
2a13ce4c62
|
|
@ -6462,6 +6462,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