Updated panic patch to work on esp-idf 4.4
This commit is contained in:
parent
af99223f0a
commit
6be5d23c40
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user