🩹 Reset touch screen calibration on failure (#25334)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
committed by
Scott Lahteine
parent
accfab85a2
commit
0d7e30bcd8
@@ -74,7 +74,7 @@ void TouchCalibration::validate_calibration() {
|
|||||||
else {
|
else {
|
||||||
calibration_state = CALIBRATION_FAIL;
|
calibration_state = CALIBRATION_FAIL;
|
||||||
calibration_reset();
|
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
|
#undef CAL_PTS
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user