🩹 Reset touch screen calibration on failure (#25334)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
parent
c641208ceb
commit
28666f2fb2
|
@ -74,7 +74,7 @@ void TouchCalibration::validate_calibration() {
|
|||
else {
|
||||
calibration_state = CALIBRATION_FAIL;
|
||||
calibration_reset();
|
||||
if (need_calibration() && failed_count++ < TOUCH_CALIBRATION_MAX_RETRIES) calibration_state = CALIBRATION_TOP_LEFT;
|
||||
if (need_calibration() && failed_count++ < TOUCH_CALIBRATION_MAX_RETRIES) calibration_state = CALIBRATION_NONE;
|
||||
}
|
||||
#undef CAL_PTS
|
||||
|
||||
|
|
Loading…
Reference in a new issue