We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb5f180 commit 572e987Copy full SHA for 572e987
.github/workflows/ESP32.yml
@@ -122,7 +122,7 @@ jobs:
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;/' ${{ github.workspace }}/esp-dl/esp-dl/vision/image/dl_image_process.cpp
125
- sed -i '686s/switch (dst_img.pix_type) {/switch (dst_img.pix_type) {\
+ sed -i '687s/switch (dst_img.pix_type) {/switch (dst_img.pix_type) {\
126
127
cd ${{ github.workspace }}/boards/
128
0 commit comments