Merge pull request #3920 from wavexx/selftest_ok_alert

wizard: Do no set "Self test OK" as an alert message
This commit is contained in:
3d-gussner 2023-01-24 14:16:44 +01:00 committed by GitHub
commit fab4165f4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -6459,8 +6459,9 @@ bool lcd_selftest()
if (_result)
{
LCD_ALERTMESSAGERPGM(_i("Self test OK"));////MSG_SELFTEST_OK c=20
calibration_status_set(CALIBRATION_STATUS_SELFTEST);
lcd_setstatuspgm(_i("Self test OK"));////MSG_SELFTEST_OK c=20
lcd_return_to_status();
}
else
{