Updated panic patch to work on esp-idf 4.4

This commit is contained in:
Alex Duchesne 2024-08-02 15:52:45 -04:00
parent af99223f0a
commit 6be5d23c40
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,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/panic-hook (esp-idf 4.x).diff" && \
patch --ignore-whitespace -p1 -i "/app/tools/patches/sdcard-fix (esp-idf 4.x).diff"
# Build