Skip to content

Commit a24d768

Browse files
committed
Remove shifter calibration adjust overrides
1 parent 4a291e4 commit a24d768

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SimRacing.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,7 @@ void AnalogShifter::serialCalibration(Stream& iface) {
980980
LogitechShifter::LogitechShifter(uint8_t pinX, uint8_t pinY, uint8_t pinRev, uint8_t detectPin)
981981
: AnalogShifter(pinX, pinY, pinRev, detectPin)
982982
{
983-
this->setCalibration({ 490, 440 }, { 253, 799 }, { 262, 86 }, { 460, 826 }, { 470, 76 }, { 664, 841 }, { 677, 77 }, 0.70, 0.50, 0.70);
983+
this->setCalibration({ 490, 440 }, { 253, 799 }, { 262, 86 }, { 460, 826 }, { 470, 76 }, { 664, 841 }, { 677, 77 });
984984
}
985985

986986
//#########################################################

0 commit comments

Comments
 (0)