diff --git a/utils.ino b/utils.ino index a7edc653..fdd782f0 100644 --- a/utils.ino +++ b/utils.ino @@ -224,6 +224,9 @@ void setPinMapping(byte boardID) break; } + //Setup any devices that are using selectable pins + if(configPage3.launchPin != 0) { pinLaunch = configPage3.launchPin; } + //Finally, set the relevant pin modes for outputs