Skip to content

Commit a51ca8e

Browse files
committed
Use commit hash instead of branch name
1 parent 362c7de commit a51ca8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

compile.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ if [ ! -d hardware ]; then
1414
cd hardware/esp32-patched/esp32/libraries
1515
git clone https://github.com/facchinm/ArduinoBLE.git
1616
cd ArduinoBLE/
17-
git checkout uno_r4_wifi
17+
git checkout 4e4a7cef7718f6787ef89c24aa3ffd0fd2a9ced3
1818
cd ..
1919
git clone https://github.com/pennam/Arduino_ESP32_OTA.git
2020
cd Arduino_ESP32_OTA/
21-
git checkout spiffs
21+
git checkout e27f822406986354197a09516edaaeea3ed18e79
2222
cd ..
2323
git clone https://github.com/pennam/BOSSA.git
2424
cd BOSSA
25-
git checkout esp-library
25+
git checkout 43a8feff9dfd07109d25cb2005279dd92e81d8fc
2626
cd ..
2727
git clone https://github.com/arduino-libraries/Arduino_DebugUtils.git
2828
cd ../../../../

0 commit comments

Comments
 (0)