Correctly use launchPin setting

This commit is contained in:
Josh Stewart 2015-11-25 15:38:46 +11:00
parent c779f42d9e
commit 77ae044b98
1 changed files with 3 additions and 0 deletions

View File

@ -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