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 bf90077 + 8cb6b9b commit 65101b8Copy full SHA for 65101b8
compile.sh
@@ -12,10 +12,7 @@ if [ ! -d hardware ]; then
12
sed s#PWD#$PWD#g arduino-cli.yaml.orig > arduino-cli.yaml
13
14
cd hardware/esp32-patched/esp32/libraries
15
- git clone https://github.com/facchinm/ArduinoBLE.git
16
- cd ArduinoBLE/
17
- git checkout 4e4a7cef7718f6787ef89c24aa3ffd0fd2a9ced3
18
- cd ..
+ git clone https://github.com/arduino-libraries/ArduinoBLE.git
19
git clone https://github.com/pennam/Arduino_ESP32_OTA.git
20
cd Arduino_ESP32_OTA/
21
git checkout e27f822406986354197a09516edaaeea3ed18e79
0 commit comments