Skip to content

Commit

Permalink
Dockerfile: bump ESP-ADF
Browse files Browse the repository at this point in the history
  • Loading branch information
stintel committed Nov 22, 2023
1 parent b3589c8 commit f153da8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ COPY container.gitconfig /root/.gitconfig
ENV PATH="$PATH:/willow/.local/bin"
WORKDIR /willow

ENV ADF_VER="willow-main-2023110800"
# TODO tag before merging to main
ENV ADF_VER="1290b1cf345d89d5d845c25967851adc82a84867"
RUN \
cd /opt/esp/idf && \
curl https://raw.githubusercontent.com/toverainc/esp-adf/$ADF_VER/idf_patches/idf_v5.1_freertos.patch | patch -p1

0 comments on commit f153da8

Please sign in to comment.