8000
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 ba22f19 commit f6a5300Copy full SHA for f6a5300
tools/update-components.sh
@@ -73,10 +73,12 @@ if [ $? -ne 0 ]; then exit 1; fi
73
if [ ! -d "$AR_COMPS/esp_littlefs" ]; then
74
git clone $LITTLEFS_REPO_URL "$AR_COMPS/esp_littlefs" && \
75
git -C "$AR_COMPS/esp_littlefs" submodule up 766D date --init --recursive
76
+ git -C "$AR_COMPS/esp_littlefs" checkout 819de4e33433d06c479627ee678ed5d81c2978c6
77
else
78
git -C "$AR_COMPS/esp_littlefs" fetch && \
79
git -C "$AR_COMPS/esp_littlefs" pull --ff-only && \
80
git -C "$AR_COMPS/esp_littlefs" submodule update --init --recursive
81
82
fi
83
if [ $? -ne 0 ]; then exit 1; fi
84
0 commit comments