Fixed device object compile errors and added IPv6 recipes for blinkt and piface (#841)
This commit is contained in:
@@ -5,12 +5,12 @@
|
||||
|
||||
if [ ! -d "libmcp23s17" ]
|
||||
then
|
||||
git clone git@github.com:piface/libmcp23s17.git
|
||||
git clone https://github.com/piface/libmcp23s17.git
|
||||
fi
|
||||
|
||||
if [ ! -d "libpifacedigital" ]
|
||||
then
|
||||
git clone git@github.com:piface/libpifacedigital.git
|
||||
git clone https://github.com:piface/libpifacedigital.git
|
||||
fi
|
||||
|
||||
# Build the library
|
||||
|
||||
Reference in New Issue
Block a user