Skip to content

Commit f3c309b

Browse files
committed
compile script: use tags to download libraries
1 parent 374d85b commit f3c309b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

compile.sh

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,8 @@ if [ ! -d hardware ]; then
1212
sed s#PWD#$PWD#g arduino-cli.yaml.orig > arduino-cli.yaml
1313

1414
cd hardware/esp32-patched/esp32/libraries
15-
git clone https://github.com/arduino-libraries/ArduinoBLE.git
16-
git clone https://github.com/arduino-libraries/Arduino_ESP32_OTA.git
17-
cd Arduino_ESP32_OTA/
18-
git checkout 68318d92d12f837e9184e33860bedb51a57d88b2
19-
cd ..
15+
git clone https://github.com/arduino-libraries/ArduinoBLE.git -b 1.3.6
16+
git clone https://github.com/arduino-libraries/Arduino_ESP32_OTA.git -b 0.2.0
2017
git clone https://github.com/pennam/BOSSA.git
2118
cd BOSSA
2219
git checkout 43a8feff9dfd07109d25cb2005279dd92e81d8fc

0 commit comments

Comments
 (0)