Skip to content

Commit

Permalink
wizard: Return to status after calibration
Browse files Browse the repository at this point in the history
  • Loading branch information
wavexx committed Jan 16, 2023
1 parent 9e0e0f5 commit 16a89b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Firmware/ultralcd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6456,8 +6456,9 @@ bool lcd_selftest()

if (_result)
{
lcd_setstatuspgm(_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
{
Expand Down

0 comments on commit 16a89b9

Please sign in to comment.