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.
1 parent 374d85b commit f3c309bCopy full SHA for f3c309b
compile.sh
@@ -12,11 +12,8 @@ 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/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 ..
+ git clone https://github.com/arduino-libraries/ArduinoBLE.git -b 1.3.6
+ git clone https://github.com/arduino-libraries/Arduino_ESP32_OTA.git -b 0.2.0
20
git clone https://github.com/pennam/BOSSA.git
21
cd BOSSA
22
git checkout 43a8feff9dfd07109d25cb2005279dd92e81d8fc
0 commit comments