From 77ae044b98f03671dfa21406f20255118bd0f2e5 Mon Sep 17 00:00:00 2001 From: Josh Stewart Date: Wed, 25 Nov 2015 15:38:46 +1100 Subject: [PATCH] Correctly use launchPin setting --- utils.ino | 3 +++ 1 file changed, 3 insertions(+) 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