File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ function build_sketches()
28
28
}
29
29
30
30
function build_sketch()
31
- {
31
+ {
32
32
local arduino=$1
33
33
local sketch=$2
34
34
$arduino --verify $sketch ;
@@ -60,7 +60,7 @@ function get_sketches_json()
60
60
if [[ $sketch != ${sketches[-1]} ]] ; then
61
61
echo -en " ,"
62
62
fi
63
-
63
+
64
64
done
65
65
echo -en " ]"
66
66
}
@@ -97,6 +97,7 @@ function get_core()
97
97
cd esp8266com
98
98
git clone --depth 1 https://github.com/esp8266/Arduino.git esp8266
99
99
cd esp8266/
100
+ git submodule update --init
100
101
rm -rf .git
101
102
cd tools
102
103
python get.py
@@ -127,5 +128,5 @@ function clone_library() {
127
128
128
129
function hash_library_names() {
129
130
cd $HOME /Arduino/libraries
130
- ls | sha1sum -z | cut -c1-5
131
+ ls | sha1sum -z | cut -c1-5
131
132
}
You can’t perform that action at this time.
0 commit comments