Skip to content

Commit 26a3dc7

Browse files
committed
default spc on garageshifts
1 parent 6db3f6a commit 26a3dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/input.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ void polltrans(Task *me)
337337
// Pulsed constantly while idling in Park or Neutral at approximately 33% Duty cycle.
338338
if (wantedGear == 6 || wantedGear == 8)
339339
{
340-
analogWrite(spc, 85);
340+
analogWrite(spc, 20);
341341
garageShift = true;
342342
garageTime = millis();
343343
}

0 commit comments

Comments
 (0)