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 362c7de commit a51ca8eCopy full SHA for a51ca8e
compile.sh
@@ -14,15 +14,15 @@ if [ ! -d hardware ]; then
14
cd hardware/esp32-patched/esp32/libraries
15
git clone https://github.com/facchinm/ArduinoBLE.git
16
cd ArduinoBLE/
17
- git checkout uno_r4_wifi
+ git checkout 4e4a7cef7718f6787ef89c24aa3ffd0fd2a9ced3
18
cd ..
19
git clone https://github.com/pennam/Arduino_ESP32_OTA.git
20
cd Arduino_ESP32_OTA/
21
- git checkout spiffs
+ git checkout e27f822406986354197a09516edaaeea3ed18e79
22
23
git clone https://github.com/pennam/BOSSA.git
24
cd BOSSA
25
- git checkout esp-library
+ git checkout 43a8feff9dfd07109d25cb2005279dd92e81d8fc
26
27
git clone https://github.com/arduino-libraries/Arduino_DebugUtils.git
28
cd ../../../../
0 commit comments