Skip to content

Commit cd13fc3

Browse files
committed
Edits
1 parent bb4e4d8 commit cd13fc3

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

tools/config.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ fi
6565

6666
if [ -d "$IDF_PATH" ]; then
6767
export IDF_COMMIT=$(git -C "$IDF_PATH" rev-parse --short HEAD)
68-
export IDF_BRANCH=$(git -C "$IDF_PATH" symbolic-ref --short HEAD || git -C "$IDF_PATH" tag --points-at HEAD)
6968
fi
7069

7170
echo "Using IDF branch $IDF_BRANCH"

tools/install-esp-idf.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ fi
6363
if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
6464
git -C $IDF_PATH submodule update --init --recursive
6565
$IDF_PATH/install.sh
66-
export IDF_COMMIT=$(git -C "$IDF_PATH" rev-parse --short HEAD)
67-
export IDF_BRANCH=$(git -C "$IDF_PATH" symbolic-ref --short HEAD || git -C "$IDF_PATH" tag --points-at HEAD)
6866

6967
# Temporarily patch the ESP32-S2 I2C LL driver to keep the clock source
7068
cd $IDF_PATH

0 commit comments

Comments
 (0)