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 ff768cd commit 1d13cfdCopy full SHA for 1d13cfd
src/SimRacing.cpp
@@ -1103,7 +1103,7 @@ void AnalogShifter::serialCalibration(Stream& iface) {
1103
iface.println(separator);
1104
iface.println();
1105
1106
- iface.print(F("shifter.setCalibration( "));
+ iface.print(F("shifter.setCalibration("));
1107
1108
for (int i = 0; i < 7; i++) {
1109
iface.print('{');
@@ -1665,7 +1665,7 @@ void LogitechShifterG25::serialCalibrationSequential(Stream& iface) {
1665
1666
1667
1668
- iface.print(F("shifter.setCalibrationSequential( "));
+ iface.print(F("shifter.setCalibrationSequential("));
1669
1670
iface.print(neutral);
1671
iface.print(", ");
0 commit comments