Skip to content

Commit

Permalink
remove library inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrupf committed Aug 1, 2017
1 parent 93953a6 commit 1728fd7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
10 changes: 0 additions & 10 deletions wired/DigiSpark/initialize-sketchbooks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,6 @@ do
fi
done

# Dallas Temperature library
if [ -w "$LIBRARY_PATH/DallasTemperature" ]
then
cd "$LIBRARY_PATH/DallasTemperature"
git pull >/dev/null
cd $SELF_PATH
else
git clone https://github.com/milesburton/Arduino-Temperature-Control-Library.git "$LIBRARY_PATH/DallasTemperature" >/dev/null
fi

# MonSens libraries
cp -r "$SELF_PATH/../../libraries/MonSens"* "$LIBRARY_PATH/"

Expand Down
10 changes: 0 additions & 10 deletions wireless/ESP8266/initialize-sketchbooks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,6 @@ do
fi
done

# Dallas Temperature library
if [ -w "$LIBRARY_PATH/DallasTemperature" ]
then
cd "$LIBRARY_PATH/DallasTemperature"
git pull >/dev/null
cd $SELF_PATH
else
git clone https://github.com/milesburton/Arduino-Temperature-Control-Library.git "$LIBRARY_PATH/DallasTemperature" >/dev/null
fi

# MonSens libraries
cp -r "$SELF_PATH/../../libraries/MonSens"* "$LIBRARY_PATH/"

Expand Down

0 comments on commit 1728fd7

Please sign in to comment.