Skip to content

Commit 6d574d2

Browse files
committed
Slightly change Logitech brake minimum range
This was slightly "riding" the brake output on my setup.
1 parent 0ecb9d6 commit 6d574d2

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
@@ -487,7 +487,7 @@ LogitechPedals::LogitechPedals(uint8_t gasPin, uint8_t brakePin, uint8_t clutchP
487487
// taken from calibrating my own pedals. the springs are pretty stiff so while
488488
// this covers the whole travel range, users may want to back it down for casual
489489
// use (esp. for the brake travel)
490-
this->setCalibration({ 904, 48 }, { 949, 286 }, { 881, 59 });
490+
this->setCalibration({ 904, 48 }, { 944, 286 }, { 881, 59 });
491491
}
492492

493493
LogitechDrivingForceGT_Pedals::LogitechDrivingForceGT_Pedals(uint8_t gasPin, uint8_t brakePin, uint8_t detectPin)

0 commit comments

Comments
 (0)