1
0
forked from Clones/Controlify

Improve controller calibration algorithm

This commit is contained in:
isXander
2023-06-12 19:41:49 +01:00
parent adc439128f
commit 4df60549c6
9 changed files with 129 additions and 78 deletions

View File

@ -50,7 +50,7 @@ public class FakeController implements JoystickController<JoystickConfig> {
return false;
}
});
this.config.calibrated = true;
this.config.deadzonesCalibrated = true;
}
@Override