Skip to content

Commit 7776d44

Browse files
committed
update dependency references
1 parent 8d5c4d1 commit 7776d44

File tree

2 files changed

+2
-108
lines changed

2 files changed

+2
-108
lines changed

patches/arduino_typo.diff

Lines changed: 0 additions & 105 deletions
This file was deleted.

tools/update-components.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if [ -z $AR_BRANCH ]; then
3232
if [[ "$current_branch" != "master" && `git_branch_exists "$AR_COMPS/arduino" "$current_branch"` == "1" ]]; then
3333
export AR_BRANCH="$current_branch"
3434
else
35-
if [ -z "$IDF_COMMIT" ]; then #commit was not specified at build time
35+
if [ -z "$IDF_COMMIT" ]; then # commit was not specified at build time
3636
AR_BRANCH_NAME="idf-$IDF_BRANCH"
3737
else
3838
AR_BRANCH_NAME="idf-$IDF_COMMIT"
@@ -52,7 +52,6 @@ fi
5252
if [ "$AR_BRANCH" ]; then
5353
git -C "$AR_COMPS/arduino" checkout "$AR_BRANCH"
5454
fi
55-
patch --directory="$AR_COMPS/arduino" -p1 < patches/arduino_typo.diff
5655

5756
#
5857
# CLONE/UPDATE ESP32-CAMERA
@@ -101,7 +100,7 @@ else
101100
git -C "$AR_COMPS/esp-rainmaker" fetch
102101
git -C "$AR_COMPS/esp-rainmaker" reset --hard
103102
fi
104-
git -C "$AR_COMPS/esp-rainmaker" checkout 0414a8530ec1ac8714269302503c71c238b68836
103+
git -C "$AR_COMPS/esp-rainmaker" checkout d8e93454f495bd8a414829ec5e86842b373ff555
105104
git -C "$AR_COMPS/esp-rainmaker" submodule update --init --recursive
106105

107106
#

0 commit comments

Comments
 (0)