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 6db4ae6 commit 965f468Copy full SHA for 965f468
tools/update-components.sh
@@ -57,12 +57,10 @@ if [ $? -ne 0 ]; then exit 1; fi
57
if [ ! -d "$AR_COMPS/esp_littlefs" ]; then
58
git clone $LITTLEFS_REPO_URL "$AR_COMPS/esp_littlefs" && \
59
git -C "$AR_COMPS/esp_littlefs" submodule update --init --recursive
60
-# git -C "$AR_COMPS/esp_littlefs" checkout 819de4e33433d06c479627ee678ed5d81c2978c6
61
else
62
git -C "$AR_COMPS/esp_littlefs" fetch && \
63
git -C "$AR_COMPS/esp_littlefs" pull --ff-only && \
64
65
66
fi
67
if [ $? -ne 0 ]; then exit 1; fi
68
0 commit comments