File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 65
65
66
66
if [ -d " $IDF_PATH " ]; then
67
67
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)
69
68
fi
70
69
71
70
echo " Using IDF branch $IDF_BRANCH "
Original file line number Diff line number Diff line change 63
63
if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
64
64
git -C $IDF_PATH submodule update --init --recursive
65
65
$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)
68
66
69
67
# Temporarily patch the ESP32-S2 I2C LL driver to keep the clock source
70
68
cd $IDF_PATH
You can’t perform that action at this time.
0 commit comments