diff --git a/speeduino/utils.ino b/speeduino/utils.ino index 5108b94e..7345aedb 100644 --- a/speeduino/utils.ino +++ b/speeduino/utils.ino @@ -146,7 +146,7 @@ void setPinMapping(byte boardID) pinStepperStep = 17; //Step pin for DRV8825 driver pinStepperEnable = 26; //Enable pin for DRV8825 pinFan = A13; //Pin for the fan output - pinLaunch = 12; //Can be overwritten below + pinLaunch = 51; //Can be overwritten below pinFlex = 2; // Flex sensor (Must be external interrupt enabled) #if defined(CORE_TEENSY) @@ -194,7 +194,7 @@ void setPinMapping(byte boardID) pinStepperStep = 17; //Step pin for DRV8825 driver pinStepperEnable = 24; //Enable pin for DRV8825 pinFan = 47; //Pin for the fan output (Goes to ULN2803) - pinLaunch = 12; //Can be overwritten below + pinLaunch = 51; //Can be overwritten below pinFlex = 2; // Flex sensor (Must be external interrupt enabled) #if defined(CORE_TEENSY)