We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9f2b00 commit 9194be8Copy full SHA for 9194be8
1 file changed
.github/workflows/ESP32.yml
@@ -119,7 +119,11 @@ jobs:
119
cd ${{ github.workspace }} && cd ..
120
git clone https://github.com/Vincent1-python/micropython-camera-API.git
121
git clone https://github.com/cnadler86/mp_jpeg.git
122
-
+ cd ${{ github.workspace }}/esp-dl
123
+ sed -i '364s/switch (dst_img.pix_type) {/switch (dst_img.pix_type) {\
124
+ case DL_IMAGE_PIX_TYPE_UNDEFINED: break;/' vision/image/dl_image_process.cpp
125
+ sed -i '686s/switch (dst_img.pix_type) {/switch (dst_img.pix_type) {\
126
127
cd ${{ github.workspace }}/boards/
128
129
# Check if a variant is defined and adjust the idf.py command
0 commit comments