8000 esp_littlefs checkout sha 819de4... · Staars/esp32-arduino-lib-builder@f6a5300 · GitHub
[go: up one dir, main page]

Skip to content

Commit f6a5300

Browse files
authored
esp_littlefs checkout sha 819de4...
1 parent ba22f19 commit f6a5300

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/update-components.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,12 @@ if [ $? -ne 0 ]; then exit 1; fi
7373
if [ ! -d "$AR_COMPS/esp_littlefs" ]; then
7474
git clone $LITTLEFS_REPO_URL "$AR_COMPS/esp_littlefs" && \
7575
git -C "$AR_COMPS/esp_littlefs" submodule up 766D date --init --recursive
76+
git -C "$AR_COMPS/esp_littlefs" checkout 819de4e33433d06c479627ee678ed5d81c2978c6
7677
else
7778
git -C "$AR_COMPS/esp_littlefs" fetch && \
7879
git -C "$AR_COMPS/esp_littlefs" pull --ff-only && \
7980
git -C "$AR_COMPS/esp_littlefs" submodule update --init --recursive
81+
git -C "$AR_COMPS/esp_littlefs" checkout 819de4e33433d06c479627ee678ed5d81c2978c6
8082
fi
8183
if [ $? -ne 0 ]; then exit 1; fi
8284

0 commit comments

Comments
 (0)
0