Skip to content

Commit 0b48162

Browse files
committed
changed path for webcam *.h
1 parent 23bd13d commit 0b48162

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,11 @@ for target_json in `jq -c '.targets[]' configs/builds.json`; do
213213
done
214214
done
215215

216+
#
217+
# Arduino needs cam_hal.h from esp32-camera in include folder
218+
#
219+
cp "$AR_MAN_COMPS/espressif__esp32-camera/driver/private_include/cam_hal.h" "$AR_MAN_COMPS/espressif__esp32-camera/driver/include/"
220+
216221
# update package_esp32_index.template.json
217222
if [ "$BUILD_TYPE" = "all" ]; then
218223
python3 ./tools/gen_tools_json.py -i "$IDF_PATH" -j "$AR_COMPS/arduino/package/package_esp32_index.template.json" -o "$AR_OUT/"

0 commit comments

Comments
 (0)