@@ -242,7 +242,7 @@ void gearchangeUp(int newGear)
242
242
}
243
243
if (!sensors)
244
244
{
245
- switchGearStart (y3, 100 , 100 );
245
+ switchGearStart (y3, 35 , 31 );
246
246
}
247
247
if (sensors)
248
248
{
@@ -260,7 +260,7 @@ void gearchangeUp(int newGear)
260
260
}
261
261
if (!sensors)
262
262
{
263
- switchGearStart (y4, 100 , 100 );
263
+ switchGearStart (y4, 31 , 31 );
264
264
}
265
265
if (sensors)
266
266
{
@@ -278,7 +278,7 @@ void gearchangeUp(int newGear)
278
278
}
279
279
if (!sensors)
280
280
{
281
- switchGearStart (y5, 100 , 100 );
281
+ switchGearStart (y5, 43 , 43 );
282
282
}
283
283
if (sensors)
284
284
{
@@ -296,7 +296,7 @@ void gearchangeUp(int newGear)
296
296
}
297
297
if (!sensors)
298
298
{
299
- switchGearStart (y3, 100 , 100 );
299
+ switchGearStart (y3, 47 , 39 );
300
300
}
301
301
if (sensors)
302
302
{
@@ -343,7 +343,7 @@ void gearchangeDown(int newGear)
343
343
}
344
344
if (!sensors)
345
345
{
346
- switchGearStart (y3, 100 , 100 );
346
+ switchGearStart (y3, 15 , 15 );
347
347
}
348
348
if (sensors)
349
349
{
@@ -361,7 +361,7 @@ void gearchangeDown(int newGear)
361
361
}
362
362
if (!sensors)
363
363
{
364
- switchGearStart (y4, 100 , 100 );
364
+ switchGearStart (y4, 70 , 70 );
365
365
}
366
366
if (sensors)
367
367
{
@@ -379,7 +379,7 @@ void gearchangeDown(int newGear)
379
379
}
380
380
if (!sensors)
381
381
{
382
- switchGearStart (y5, 100 , 100 );
382
+ switchGearStart (y5, 43 , 39 );
383
383
}
384
384
if (sensors)
385
385
{
@@ -397,7 +397,7 @@ void gearchangeDown(int newGear)
397
397
}
398
398
if (!sensors)
399
399
{
400
- switchGearStart (y3, 100 , 100 );
400
+ switchGearStart (y3, 47 , 47 );
401
401
}
402
402
if (sensors)
403
403
{
0 commit comments