bugfix-1.1.x ReadMe, Version, helper scripts

This commit is contained in:
Scott Lahteine
2017-05-04 03:22:17 -05:00
parent c095ee9ce9
commit 3cd9af2409
3 changed files with 111 additions and 39 deletions

View File

@ -25,7 +25,7 @@ if [[ $ORG != MarlinFirmware ]]; then
fi
case "$REPO" in
Marlin ) TARG=RCBugFix ;;
Marlin ) TARG=bugfix-1.1.x ;;
MarlinDev ) TARG=dev ;;
MarlinDocumentation ) TARG=master ;;
esac