diff --git a/speeduino/init.ino b/speeduino/init.ino index 3f88cdf5..fad9d422 100644 --- a/speeduino/init.ino +++ b/speeduino/init.ino @@ -1301,6 +1301,8 @@ void setPinMapping(byte boardID) pinLaunch = 51; //Can be overwritten below pinFlex = 2; // Flex sensor (Must be external interrupt enabled) pinResetControl = 50; //Reset control output + pinBaro = A5; + pinVSS = 20; #if defined(CORE_TEENSY35) pinTrigger = 23;