We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d14af6 commit b7cc4e3Copy full SHA for b7cc4e3
src/SimRacing.cpp
@@ -1626,7 +1626,12 @@ void LogitechShifterG25::serialCalibrationSequential(Stream& iface) {
1626
1627
this->update();
1628
data[i] = this->getPositionRaw(Axis::Y);
1629
- iface.println(); // spacing
+
1630
+ iface.print(F("Shifter position recorded as "));
1631
+ iface.print('\'');
1632
+ iface.print(data[i]);
1633
1634
+ iface.println('\n'); // spacing
1635
}
1636
1637
iface.println(F("These settings are optional. Send 'y' to customize. Send any other character to continue with the default values."));
0 commit comments