Merge pull request #8157 from thinkyhead/bf2_anet_10_servo

[2.0.x] Define a default SERVO0_PIN for Anet 1.0
This commit is contained in:
Scott Lahteine
2017-10-29 19:55:00 -05:00
committed by GitHub
7 changed files with 72 additions and 61 deletions

View File

@ -45,6 +45,9 @@ git clean -d -f
# Push 'master' to the fork and make a proper PR...
if [[ $BRANCH == "master" ]]; then
# Don't lose upstream changes!
mfup
# Allow working directly with the main fork
echo
echo -n "Pushing to origin/master... "