Skip to content

Commit 65101b8

Browse files
authored
Merge pull request #17 from arduino/compile-fix
Use ArduinoBLE library from arduino-libraries repository
2 parents bf90077 + 8cb6b9b commit 65101b8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

compile.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ 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/facchinm/ArduinoBLE.git
16-
cd ArduinoBLE/
17-
git checkout 4e4a7cef7718f6787ef89c24aa3ffd0fd2a9ced3
18-
cd ..
15+
git clone https://github.com/arduino-libraries/ArduinoBLE.git
1916
git clone https://github.com/pennam/Arduino_ESP32_OTA.git
2017
cd Arduino_ESP32_OTA/
2118
git checkout e27f822406986354197a09516edaaeea3ed18e79

0 commit comments

Comments
 (0)