We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2269162 + e8c7a4e commit 1f0d3d0Copy full SHA for 1f0d3d0
build_rf24libs.sh
@@ -89,17 +89,16 @@ cd ..
89
rm -rf RF24Mesh
90
echo "==> RF24Mesh installed / cleaned"
91
92
-# Do not build gateway until functional release
93
-#echo "=>RF24Gateway..."
94
-#if [ -d RF24Gateway ] ; then
95
-#cd RF24Gateway; git pull ; cd ..
96
-#else
97
-#git clone $RF24GIT/RF24Gateway.git RF24Gateway
98
-#fi
99
-#cd RF24Gateway
100
-#make
101
-#sudo make install
102
-#cd ..
+echo "=>RF24Gateway..."
+if [ -d RF24Gateway ] ; then
+cd RF24Gateway; git pull ; cd ..
+else
+git clone $RF24GIT/RF24Gateway.git RF24Gateway
+fi
+cd RF24Gateway
+make
+sudo make install
+cd ..
103
104
cd ..
105
rm -fr rf24libs
0 commit comments