Skip to content

Commit

Permalink
Updated SD Card patches to work on esp-idf 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ducalex committed Aug 2, 2024
1 parent 717ec23 commit af99223
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ADD . /app
# Apply patches
RUN cd /opt/esp/idf && \
patch --ignore-whitespace -p1 -i "/app/tools/patches/panic-hook (esp-idf 4.2 and 4.3).diff" && \
patch --ignore-whitespace -p1 -i "/app/tools/patches/sdcard-fix (esp-idf 4.2 and 4.3).diff"
patch --ignore-whitespace -p1 -i "/app/tools/patches/sdcard-fix (esp-idf 4.x).diff"

# Build
SHELL ["/bin/bash", "-c"]
Expand Down
File renamed without changes.

0 comments on commit af99223

Please sign in to comment.