Skip to content

Commit c3c3c8a

Browse files
authored
use latest littlefs
1 parent 31dcd06 commit c3c3c8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/update-components.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,12 @@ if [ $? -ne 0 ]; then exit 1; fi
9393
if [ ! -d "$AR_COMPS/esp_littlefs" ]; then
9494
git clone $LITTLEFS_REPO_URL "$AR_COMPS/esp_littlefs" && \
9595
git -C "$AR_COMPS/esp_littlefs" submodule update --init --recursive
96-
git -C "$AR_COMPS/esp_littlefs" checkout 4ee5881509360d6c58b16bbc698218ee5e21b4d2
96+
#git -C "$AR_COMPS/esp_littlefs" checkout 4ee5881509360d6c58b16bbc698218ee5e21b4d2
9797
else
9898
git -C "$AR_COMPS/esp_littlefs" fetch && \
9999
git -C "$AR_COMPS/esp_littlefs" pull --ff-only && \
100100
git -C "$AR_COMPS/esp_littlefs" submodule update --init --recursive
101-
git -C "$AR_COMPS/esp_littlefs" checkout 4ee5881509360d6c58b16bbc698218ee5e21b4d2
101+
#git -C "$AR_COMPS/esp_littlefs" checkout 4ee5881509360d6c58b16bbc698218ee5e21b4d2
102102
fi
103103
if [ $? -ne 0 ]; then exit 1; fi
104104

0 commit comments

Comments
 (0)