Skip to content

Use ArduinoBLE library from arduino-libraries repository #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ if [ ! -d hardware ]; then
sed s#PWD#$PWD#g arduino-cli.yaml.orig > arduino-cli.yaml

cd hardware/esp32-patched/esp32/libraries
git clone https://github.com/facchinm/ArduinoBLE.git
cd ArduinoBLE/
git checkout 4e4a7cef7718f6787ef89c24aa3ffd0fd2a9ced3
cd ..
git clone https://github.com/arduino-libraries/ArduinoBLE.git
git clone https://github.com/pennam/Arduino_ESP32_OTA.git
cd Arduino_ESP32_OTA/
git checkout e27f822406986354197a09516edaaeea3ed18e79
Expand Down